Fast Serializable Multi-Version Concurrency Control for Main-Memory Database Systems - TechRepublic

Fast Serializable Multi-Version Concurrency Control for Main-Memory Database Systems

Last Updated: February 12, 2022 Format: PDF

Multi-Version Concurrency Control (MVCC) is a widely employed concurrency control mechanism, as it allows for execution modes where readers never block writers. However, most systems implement only Snapshot Isolation (SI) instead of full serializability. Adding serializability guarantees to existing SI implementations tends to be prohibitively expensive. The authors present a novel MVCC implementation for main-memory database systems that has very little overhead compared to serial execution with single-version concurrency control, even when maintaining serializability guarantees.

Explore More Resources

Search Resources

Search to explore resources