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

Add table property tracking number of range deletions #4016

Closed
wants to merge 2 commits into from

Commits on Jun 20, 2018

  1. Add table property tracking number of range deletions

    Add a new table property, rocksdb.num.range-deletions, which tracks the
    number of range deletions in a block-based table. Range deletions are no
    longer counted in rocksdb.num.entries; as discovered in PR facebook#3778, there
    are various code paths that implicitly assume that rocksdb.num.entries
    counts only true keys, not range deletions.
    benesch committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    a266f8c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    bb67232 View commit details
    Browse the repository at this point in the history