compaction-is-explicit-not-background

Status: IN

Both the LSM and SSTable modules trigger compaction via explicit synchronous method calls (`compact()` / `run_compaction()`), not background threads — removing the write-amplification pressure that motivates least-overlap selection in production systems.

Source: entries/2026/05/29/topic-leveled-compaction-write-amplification.md

JSON