PARALLEL DATA LAB 

PDL Abstract

An Evaluation of Distributed Concurrency Control

Proceedings of the VLDB Endowment, vol. 10, iss. 5, pages. 553—564, January 2017.

Rachael Harding*, Dana Van Aken, Andrew Pavlo, Michael Stonebraker*

* MIT CSAIL
Carnegie Mellon University

http://www.pdl.cmu.edu/

Increasing transaction volumes have led to a resurgence of interest in distributed transaction processing. In particular, partitioning data across several servers can improve throughput by allowing servers to process transactions in parallel. But executing transactions across servers limits the scalability and performance of these systems.

In this paper, we quantify the effects of distribution on concurrency control protocols in a distributed environment. We evaluate six classic and modern protocols in an in-memory distributed database evaluation framework called Deneva, providing an apples-to-apples comparison between each. Our results expose severe limitations of distributed transaction processing engines. Moreover, in our analysis, we identify several protocol-specific scalability bottlenecks. We conclude that to achieve truly scalable operation, distributed concurrency control solutions must seek a tighter coupling with either novel network hardware (in the local area) or applications (via data modeling and semantically-aware execution), or both.

FULL PAPER: pdf