MVCC
RU: MVCC
Multi-Version Concurrency Control: each writer creates a new row version and each transaction reads a consistent snapshot, so readers and writers do not block each other.
RU: MVCC
Multi-Version Concurrency Control: each writer creates a new row version and each transaction reads a consistent snapshot, so readers and writers do not block each other.