Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(NODE-6146): put cursor response back under a flag #4098

Merged
merged 3 commits into from
May 2, 2024

Conversation

nbbeeken
Copy link
Contributor

@nbbeeken nbbeeken commented May 2, 2024

Description

What is changing?

Is there new documentation needed for these changes?

What is the motivation for this change?

Undo CursorResponse temporarily to improve performance.

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@nbbeeken
Copy link
Contributor Author

nbbeeken commented May 2, 2024

findManyAndEmptyCursor on the commit

  • before ~32mb/s
  • after ~26mb/s
  • here ~31mb/s

Seems to me we're back to what we had before so as long as tests pass we should be fine to leave these flags set to false.

@nbbeeken nbbeeken marked this pull request as ready for review May 2, 2024 16:17
@baileympearson baileympearson added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label May 2, 2024
@baileympearson baileympearson self-assigned this May 2, 2024
@baileympearson baileympearson merged commit cc4c874 into main May 2, 2024
21 of 26 checks passed
@baileympearson baileympearson deleted the NODE-6146-undo-cursor-response branch May 2, 2024 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Primary Review In Review with primary reviewer, not yet ready for team's eyes
Projects
None yet
2 participants