-
Notifications
You must be signed in to change notification settings - Fork 170
[storage/archive] Add Lite Index + Remove Journal Padding #2707
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
Merged
Merged
Changes from 56 commits
Commits
Show all changes
76 commits
Select commit
Hold shift + click to select a range
74aeea6
spike
patrick-ogrady 94c0cc0
more simplification
patrick-ogrady 2170003
[storage] add large value (64KB) archive benchmark
patrick-ogrady 3330ff9
[storage] add cache pressure benchmark for archive
patrick-ogrady 1035740
[storage] extract BlobManager to deduplicate segmented journal code
patrick-ogrady 198242f
fix(storage): use blob.clone() instead of blob.clone_blob() in fixed …
patrick-ogrady ec15fc3
refactor(storage): generalize Manager for both buffer types, add glob…
patrick-ogrady d0db022
feat(storage): add Oversized abstraction with crash recovery
patrick-ogrady 5a93225
perf(storage): optimize Oversized recovery to O(sections) instead of …
patrick-ogrady d25f0be
feat(storage): expand glob offset/size to u64, add conformance tests
patrick-ogrady 2517c7e
perf(storage): use aligned u32 offsets to reduce memory usage
patrick-ogrady 68065c0
fix(storage): improve Oversized crash safety with sequential prune
patrick-ogrady 1bd10a4
Merge remote-tracking branch 'origin/main' into patrick/improve-buffe…
patrick-ogrady 746ad81
remove old benchmarks
patrick-ogrady 68e79d4
oversized recovery tests
patrick-ogrady d43c611
add more checks
patrick-ogrady 6aa696c
cleanup sytax
patrick-ogrady 182803a
reduce archive memory usage
patrick-ogrady e436d3b
remove unused LargeArchive benchmark utils
patrick-ogrady 270208f
fix doc test in prunable archive
patrick-ogrady 4473fb4
replace u32 offsets with u64 and remove alignment module
patrick-ogrady 0f3d312
use 4KB pages and 32MB buffer pool in archive benchmarks
patrick-ogrady 24bc83d
optimize glob append to avoid memory copy
patrick-ogrady 21cfbf2
optimize journal append methods to avoid memory copy
patrick-ogrady 13f7e02
Merge branch 'main' into patrick/improve-buffer-pool-usage
patrick-ogrady 8480a0b
address PR review comments
patrick-ogrady 73630e8
simplify partition naming: key_* and value_*
patrick-ogrady 50a062c
add separate write buffers for index and value journals
patrick-ogrady 0029826
add comprehensive journal conformance tests and cleanup
patrick-ogrady 87f21fd
add storage-level conformance tests using export_blobs_digest
patrick-ogrady 970a21e
cleanup functions
patrick-ogrady 34224de
final nits
patrick-ogrady 51829c7
cleanup freezer docs
patrick-ogrady 95bb69e
align variable names
patrick-ogrady a7358f7
use span import
patrick-ogrady e91e359
retain comments
patrick-ogrady 5bf0115
add checked_add
patrick-ogrady 17a1d8d
nit
patrick-ogrady f3a41a1
cleanup
patrick-ogrady 7b4ffe2
progress
patrick-ogrady 736e94a
more tests
patrick-ogrady afa5354
fix trait name
patrick-ogrady e3d265e
update conformance
patrick-ogrady da176f5
tweak benchmark params
patrick-ogrady 5932042
address andresilva feedback and add benchmark test trick
patrick-ogrady 8040fe1
reintroduce cache
patrick-ogrady ba9a318
clabby feedback
patrick-ogrady eadb32d
fix issue
patrick-ogrady 2afe11c
add more recovery coverage
patrick-ogrady d13dd8a
simplify oversized journal recovery logic
patrick-ogrady 0976681
align rewind naming convention and add comprehensive tests
patrick-ogrady 53d14e7
add newest_section() to glob, fixed, and oversized for consistency
patrick-ogrady 820534c
fmt
patrick-ogrady aac5e7f
fix linter
patrick-ogrady 17f68bb
restore fuzz target
patrick-ogrady 29a86f8
simplify oversized cursor
patrick-ogrady fbf074c
cleanup rewind usage
patrick-ogrady bc31d9a
cleanup phantom data
patrick-ogrady 7566d1c
restore safety comments
patrick-ogrady bd25029
use correct log level
patrick-ogrady b6c67f4
remove useless conformance tests
patrick-ogrady a85e2ac
condense lines
patrick-ogrady 89ce27b
add comment
patrick-ogrady 49ba616
cleanup diagrams
patrick-ogrady c7364d6
remove useless reserve
patrick-ogrady f575cb9
add more edge case testing
patrick-ogrady 2070714
fmt
patrick-ogrady 73da716
cleanup gaps
patrick-ogrady 4ccf6ef
handle trailing garbage
patrick-ogrady 08de707
fmt
patrick-ogrady 9592ea6
Final tests
patrick-ogrady d334f40
fix assert
patrick-ogrady bd93bc6
add fuzzing
patrick-ogrady 32c328c
this is it
patrick-ogrady 7465ce6
update hashes
patrick-ogrady 5de9e25
slim down conformance
patrick-ogrady 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
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
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.