MVCC
A concurrency-control technique that maintains multiple row versions so readers and writers can proceed with reduced blocking under defined visibility rules.
Boundaries
MVCC is an implementation family for versioned visibility; it does not by itself define one fixed transaction isolation guarantee.
Related Concepts
- Snapshot Isolation
- Undo
- Transaction Isolation
- Write Skew