flush-skips-immutable-memtable-stage

Status: IN

`_flush` writes the frozen memtable directly to an SSTable without staging it in `_immutable_memtables`, creating a brief window where in-flight keys are invisible to `get()` despite `_immutable_memtables` being checked in the read path

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

JSON