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

Faster Trip Invalidation #957

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

humbleOldSage
Copy link
Contributor

Instead of invalidating one ooid from the list at a time, use UpdateOne and bulkwrite to
invalidate entire list . This is supported by findings here e-mission/e-mission-docs#1041 (comment)

Instead of invalidating one ooid from the list at a time, use UpdateOne and bulkwrite to
 invalidate entire list . This is supported by findings here  e-mission/e-mission-docs#1041 (comment)
@shankari
Copy link
Contributor

shankari commented Feb 8, 2024

It is not clear what the units of the comparison are (seconds, milliseconds?)
e-mission/e-mission-docs#1041 (comment)

There are typically a few out of order elements, so single versus bulk insertion should not really matter. But we should verify before we abandon this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Review done; Changes requested
2 participants