Tag: optimistic concurrency control
All the articles with the tag "optimistic concurrency control".
Concurrency, Isolation, and MVCC: How Engines Handle Contention
Published: at 12:09 PMDatabases handle concurrent access using locks, MVCC, or optimistic concurrency control. Here is how each approach works and what tradeoffs each creates.