wal-flush-truncate-replay-safety

Status: IN

If a crash occurs between SSTable flush and WAL truncation, replay re-inserts already-persisted entries into the memtable, which is safe because memtable values shadow SSTable values during reads (last-writer-wins)

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

JSON