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

db: add initMergingIterLevel to flushable interface #3616

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

Commits on May 13, 2024

  1. db: add initMergingIterLevel to flushable interface

    Add a new initMergingIterLevel method to the flushable interface for setting up
    a flushable's level within the mergingIter. This is used to update ingested
    flushables to use a levelIter to surface range deletions, like other levels of
    the LSM do. This is more efficient, avoiding unnecessarily loading range
    deletions in other files, and consistent.
    jbowens committed May 13, 2024
    Configuration menu
    Copy the full SHA
    01c9e75 View commit details
    Browse the repository at this point in the history