mvcc-pattern-exists-at-row-level

Status: IN

The codebase implements MVCC visibility (`ssi_database.py:_visible_value`, `mvcc_database.py:Version`) at the row/key level but not at the SSTable-file level where LevelDB uses Version reference counting for concurrent reader isolation

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

JSON