Skip to main content

COMPACT_TOMBSTONE_RATIO

Constant COMPACT_TOMBSTONE_RATIO 

Source
const COMPACT_TOMBSTONE_RATIO: f64 = 0.125;
Expand description

Tombstone share that triggers compaction (matches the OffsetTable’s stale-rebuild instinct: past ~1/8 dead weight, rebuilding wins).