compaction-buffers-all-entries

Status: IN

`lsm.py:compact` collects all merged entries into an in-memory list before writing the output SSTable, requiring O(n) memory proportional to total data rather than O(k) proportional to number of input SSTables

Source: entries/2026/05/28/topic-merge-iterator-vs-dict-merge.md

JSON