forked from fjall-rs/lsm-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add range tombstones (delete_range / delete_prefix) #21
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
Open
polaz
wants to merge
25
commits into
main
Choose a base branch
from
feat/#16-feat-range-tombstones--deleterange--deleteprefix
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
a3bc6c9
feat: add range tombstones (delete_range / delete_prefix)
polaz c3e80fc
Merge branch 'main' into feat/#16-feat-range-tombstones--deleterange-…
polaz ed272cf
fix: resolve all clippy warnings for range tombstone code
polaz 718f2ba
fix(range-tombstone): validate bounds, fix RT-only flush and edge cases
polaz 343f31c
fix(table): validate BlockType on range tombstone block load
polaz 3e23f57
fix(range-tombstone): seqno visibility, decode hardening, lint attrs
polaz 954c044
fix(lint): use cfg_attr(feature, expect) for metrics-gated arg count
polaz d53ecfe
fix(range-tombstone): propagate RTs before write loop, enforce u16 bo…
polaz cb60d63
test(range-tombstone): rotation, blob tree, table-skip, invalid interval
polaz e1db06d
fix(range-tombstone): RT-only SST persistence, pruning, lint attrs
polaz f0c90ea
style: fix rustfmt formatting in interval_tree
polaz 1f87efa
Merge branch 'main' into feat/#16-feat-range-tombstones--deleterange-…
polaz 334890c
fix(range-tombstone): preserve sentinel seqno bounds, soft-reject ove…
polaz 5077e58
chore: remove .forge from git tracking
polaz 6841260
chore: add .claude to .gitignore
polaz 9522778
chore: merge main into feature branch
polaz df7c0f4
fix(range-tombstone): use #[expect] lints, optimize query_suppression
polaz 9a67ff2
fix(interval-tree): remove unfired unnecessary_box_returns expects
polaz 51c3429
fix(range-tombstone): preserve sentinel seqno bounds, soft-reject ove…
polaz 86a985f
docs(test): clarify Guard import is a trait dependency for .key()
polaz e525c10
docs(test): clarify Vec<Vec<u8>> PartialEq coercion for assertions
polaz 12a23c6
fix(range-tombstone): correct flush clipping and RT-only metadata range
polaz 2dbe5c6
fix(range-tombstone): write all RTs in flush mode without overlap filter
polaz 28d419f
test(range-tombstone): add disjoint RT flush and compaction tests
polaz e59eb29
fix(range-tombstone): use max RT seqno for sentinel to avoid seqno=0 …
polaz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.