commit-conflict-scans-all-versions

Status: IN

The write-write conflict check in `commit()` scans all versions of each key in the transaction's write set (not just the latest), making conflict detection O(versions) per written key.

Source: entries/2026/05/29/snapshot-isolation-mvcc_database-commit.md

JSON