lsm-no-concurrency-control

Status: IN

The LSM tree in `lsm.py` has no locking, reference counting, or Version snapshots; `compact()` mutates `self._sstables` in place, so concurrent readers could see inconsistent state or reference deleted SSTables

Source: entries/2026/05/29/topic-mvcc-version-snapshots.md

JSON