Skip to content

Performance between wiredTiger mongo and mmapv1 #7080

Closed
@Moumouls

Description

@Moumouls

New Issue Checklist

Issue Description

Slow tests on wiredTiger, we need to check why it's so slow on this db engine.

Steps to reproduce

Run npm test with standalone mmap, time 278sec (MBP 16")
Run npm test with standalone wiredTiger time 657.318 (same pc)

Actual Outcome

Slow tests

Expected Outcome

Get better or similar time

Failing Test Case / Pull Request

  • 🤩 I submitted a PR with a fix and a test case.
  • 🧐 I submitted a PR with a failing test case.

Environment

master

Server

  • Parse Server version: FILL_THIS_OUT
  • Operating system: FILL_THIS_OUT
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): FILL_THIS_OUT

Database

  • System (MongoDB or Postgres): Mongo
  • Database version: 4.0.4 WiredTiger
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): FILL_THIS_OUT

Client

  • SDK (iOS, Android, JavaScript, PHP, Unity, etc): FILL_THIS_OUT
  • SDK version: FILL_THIS_OUT

Logs

// MMAP
2701 specs, 0 failures, 72 pending specs
Finished in 278.188 seconds
// Wiredtiger
2701 specs, 0 failures, 72 pending specs
Finished in 657.318 seconds

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions