Skip to main content

Module compactor

Module compactor 

Source
Expand description

Storage Compactor

Background compaction manager with fragmentation detection. Tracks storage regions (offset, size, used/free), analyses fragmentation ratios, and merges adjacent free regions to reclaim wasted space.

Structs§

CompactionResult
Result of a single compaction run.
CompactorConfig
Configuration knobs for StorageCompactor.
CompactorStats
Cumulative statistics for the compactor.
FragmentationReport
Result of a fragmentation analysis pass.
StorageCompactor
Background compaction manager.

Enums§

CompactionState
The current lifecycle state of the compactor.