compaction-threshold-controls-overlap-window

Status: IN

The `compaction_threshold` parameter (`lsm.py:204`) directly controls how many overlapping SSTables can accumulate before compaction, setting the worst-case missing-key probe count to `threshold - 1`

Source: entries/2026/05/29/topic-size-tiered-vs-leveled-read-amplification.md

JSON