MVCC
Multi-version concurrency control lets readers see a consistent snapshot while writers proceed by keeping multiple row versions, giving correctness without read locks.
grounded in: trend theme 'Databases and data-plane performance: squeezing correctness and throughput out of SQL infrastructure'
Connected concepts
ACID transactions, Write-ahead log, Storage engine
Explore it live in the knowledge graph →