lcs-picks-max-overlap-sstable

Status: IN

For level N→N+1 compaction, the SSTable with the most overlapping neighbors in the next level is chosen — the opposite of LevelDB/RocksDB's least-overlap heuristic, increasing write amplification per compaction.

Source: entries/2026/05/29/sstable-and-compaction-sstable-CompactionManager.md

JSON