PAPER DIGEST
Most Influential SIGMOD 2015 Paper · 2026-03 edition

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

Thomas Neumann; Tobias Mü hlbauer; Alfons Kemper

Venue
ACM SIGMOD Conference (SIGMOD) 2015
Recognition
Most Influential SIGMOD 2015 Paper (Rank No. 10)
Edition
2026-03
Impact factor
6
Certificate ID
337327eae515f462

Abstract

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 <i>prohibitively expensive</i>. We 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. Updating data in-place and storing versions as before-image deltas in undo buffers not only allows us to retain the high scan performance of single-version systems but also forms the basis of our cheap and fine-grained serializability validation mechanism. The novel idea is based on an adaptation of precision locking and verifies that the (extensional) writes of recently committed transactions do not intersect with the (intensional) read predicate space of a committing transaction. We experimentally show that our MVCC model allows very fast processing of transactions with point accesses <i>as well as</i> read-heavy transactions and that there is little need to prefer SI over full serializability any longer.

Download PDF certificate