Module compaction

Module compaction 

Source
Expand description

Compaction - Background merging and level management

Compaction merges SSTables to reduce read amplification and reclaim space from deleted entries (tombstones).

Structsยง

CompactionConfig
Compaction configuration
CompactionStats
Statistics for compaction
CompactionWorker
Compaction worker