-
Notifications
You must be signed in to change notification settings - Fork 163
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
Add WBWIIterator to MergingIterator #51
Labels
enhancement
New feature or request
Comments
rockeet
added a commit
that referenced
this issue
Aug 16, 2023
Unfortunately, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now Transaction DB use
BaseDeltaIterator
, but it needs compare base_iter key and delta_iter key on each Next()/Prev(), this waste CPU.We can add delta iter to the (heap of) underlying MergingIterator of DBIter, thus improving performance -- delta iter is unlikely going to heap top.
The text was updated successfully, but these errors were encountered: