flush-clears-then-appends

Status: IN

`_flush()` both clears `self._memtable` and appends to `self._sstables`, creating a window where data exists in neither location if a concurrent reader checks between the two mutations

Source: entries/2026/05/28/topic-lsm-concurrency-safety.md

JSON