Anvil trimming optimization for very large servers - #14209
Open
mattiapearl wants to merge 1 commit into
Open
Conversation
Truncate unallocated sectors after region data has been forced to disk and when region files close. Keep flush and close coordinated with writes, and cover clearing, replacement, reopening, and retained live data.
mattiapearl
force-pushed
the
research/trim-region-file-tail
branch
from
August 23, 2026 16:21
66c8b5d to
729ad0a
Compare
Member
|
Not fond of this being a core file patch, and generally concerned that this is just something that won't be able to be tested enough for us to guarantee its safety across updates, etc |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The idea is that long-lived region files can retain physically unused trailing sectors with no purpose. We can return this trailing space to the filesystem. It's not a form of general compression. NICHE optimization for extremely large servers.
Benchmarks
Final Paper implementation
Actual
RegionFile, 256 deterministic 32 KiB records, repeated grow/shrink operations across three paired runs:Earlier five-pair Folia campaign
The same physical-space behavior was measured through actual
RegionFileoperations:Fresh-world scan
.mcafilesFinal Folia integration smoke
AI assistance disclosure
gpt-5.6-sol, maximum reasoning.gpt-5.6-terra:mediumresearch agents.gpt-5.6-luna:lowread-only scouts.