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

storage: use block-property filters for MVCC range tombstone masking #85576

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

jbowens
Copy link
Collaborator

@jbowens jbowens commented Aug 3, 2022

Use block-property filters to aid in skipping keys that are deleted by a
MVCC range tombstone.

Release note: None

@jbowens jbowens requested a review from a team as a code owner August 3, 2022 21:08
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@erikgrinaker erikgrinaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, modulo test failures.

nit: MVCCDeleteRange doesn't use a range tombstone, it's a legacy function that drops point tombstones across keys in a span. The real method is the unfortunately named MVCCDeleteRangeUsingTombstone. I'd just refer to them as MVCC range keys/tombstones.

Copy link
Collaborator

@nicktrav nicktrav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @jbowens)

@jbowens jbowens changed the title storage: use block-property filters for MVCCDeleteRange masking storage: use block-property filters for MVCC range tombstone masking Aug 9, 2022
Use block-property filters to aid in skipping keys that are deleted by a
MVCC range tombstone.

Release note: None
@jbowens
Copy link
Collaborator Author

jbowens commented Aug 10, 2022

TFTRs!

bors r=nicktrav,erikgrinaker

@craig craig bot merged commit a3cb8aa into cockroachdb:master Aug 10, 2022
@craig
Copy link
Contributor

craig bot commented Aug 10, 2022

Build succeeded:

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.

4 participants