compaction-triggered-by-sstable-count

Status: IN

LSM compaction runs automatically when `len(self._sstables) >= self._compaction_threshold` (default 4), triggered at the end of `_flush` after the new SSTable is registered

Source: entries/2026/05/29/log-structured-merge-tree-lsm-_flush.md

JSON