-
Notifications
You must be signed in to change notification settings - Fork 719
feat(flatdb): persist via SST ingestion (opt-in) #12401
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
AnkushinDaniil
wants to merge
22
commits into
master
Choose a base branch
from
daniil/split-sst-ingestion
base: master
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
22 commits
Select commit
Hold shift + click to select a range
892cc68
feat(flatdb): persist via SST ingestion to bypass memtable flush stalls
AnkushinDaniil 208f5f7
perf(flatdb): bound SST-ingestion memory (frugal buffer + L0 backpres…
AnkushinDaniil 54db38d
test(flatdb): cover SST ingestion + address review (safe disposal, cl…
AnkushinDaniil 32238ca
fix(flatdb): build ingested SST files with the column's real options
AnkushinDaniil 81433e0
perf(flatdb): pooled slab arena for SST-ingest buffering
AnkushinDaniil a56b9e1
style: condense comments; rationale lives in the PR description
AnkushinDaniil 851f046
fix(flatdb): fail loud when SST writer column family options are missing
AnkushinDaniil adea725
fix(flatdb): name L0-drain poll constants and warn when headroom wait…
AnkushinDaniil 3d908db
fix(flatdb): pin whole slab so zero-length ingest entries at a slab b…
AnkushinDaniil 12f1965
perf(flatdb): trim ingest entry-pool buckets to persist concurrency; …
AnkushinDaniil d7758ec
test(flatdb): prove failed SST ingest leaves the persisted-state poin…
AnkushinDaniil 2d7f11b
feat(flatdb): crash-atomic SST-ingest commit with redo marker, reader…
AnkushinDaniil eb64dea
fix(flatdb): roll-forward-only failure path once any column ingest is…
AnkushinDaniil b441bbc
fix(flatdb): make post-commit ingest backpressure best-effort
AnkushinDaniil c6e6bff
refactor(flatdb): gate ingest recovery on the flag and drive columns …
AnkushinDaniil 5710538
refactor(flatdb): log swallowed staging deletes, cache the ingest com…
AnkushinDaniil 561b0bc
perf(flatdb): pool the ingest-marker buffer above the stackalloc thre…
AnkushinDaniil 2d9c24a
fix: move SST ingest WAL fsync out of the reader gate
AnkushinDaniil 1bdb62f
fix: guard orphan-sweep delete in SST ingest startup recovery
AnkushinDaniil 2df8d5f
fix(flatdb): make SST ingest crash-safe for live readers
AnkushinDaniil d0a5fab
refactor(flatdb): pool the SST ingest slab-reference list
AnkushinDaniil f39ef15
test(flatdb): cover SST ingest roll-forward on a flag-off reopen
AnkushinDaniil 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
Some comments aren't visible on the classic Files Changed page.
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
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
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
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
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.