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

Attempt to optimize doKeys #2125

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

Attempt to optimize doKeys #2125

wants to merge 1 commit into from

Conversation

edmundnoble
Copy link
Contributor

Straightforward algorithmic optimization, owing to the fact that we will usually have more keys for a table in the database than we'll have pending rows for the table in memory.

Change-Id: Id00000007b294fb0f5c33d185109df33f1d88bfa

Straightforward algorithmic optimization, owing to the fact that we
will usually have more keys for a table in the database than we'll
have pending rows for the table in memory.


Change-Id: Id00000007b294fb0f5c33d185109df33f1d88bfa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants