Skip to main content

Module block_compactor

Module block_compactor 

Source
Expand description

Storage Block Compactor

Merges small fragmented blocks into larger compacted segments for storage efficiency, tracking fragmentation metrics and producing compaction plans.

Structsยง

BlockFragment
A small, fragmented block eligible for compaction.
CompactionPlan
A plan describing which blocks to merge into which segments.
CompactionSegment
A compacted segment consisting of multiple merged blocks.
CompactorConfig
Configuration for the StorageBlockCompactor.
CompactorStats
Accumulated statistics for the StorageBlockCompactor.
StorageBlockCompactor
Merges small fragmented blocks into larger compacted segments.