AdvancedVocabulary#backend#distributed-systems#algorithms

MVCC Vocabulary

Build fluency in the vocabulary of letting readers see a consistent snapshot without blocking on concurrent writers.

0 / 5 completed
1 / 5
A teammate explains that a database lets a long-running read transaction see a consistent snapshot of every row as it existed at the transaction's start, even while other transactions concurrently write new versions of those rows, without the reader ever blocking on a writer's lock. What concurrency-control technique is being described?