-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pageserver): support partial gc-compaction for lowest retain lsn (…
…#9134) part of #8921, #9114 ## Summary of changes We start the partial compaction implementation with the image layer partial generation. The partial compaction API now takes a key range. We will only generate images for that key range for now, and remove layers fully included in the key range after compaction. --------- Signed-off-by: Alex Chi Z <[email protected]> Co-authored-by: Christian Schwarz <[email protected]>
- Loading branch information
Showing
2 changed files
with
410 additions
and
75 deletions.
There are no files selected for viewing
This file contains 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.
88ff8a7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5380 tests run: 5148 passed, 0 failed, 232 skipped (full report)
Flaky tests (1)
Postgres 17
test_readonly_node_gc
: debug-x86-64Code coverage* (full report)
functions
:31.4% (7744 of 24639 functions)
lines
:49.0% (60978 of 124532 lines)
* collected from Rust tests only
88ff8a7 at 2024-10-29T19:44:59.988Z :recycle: