Download: pdf .
“Low-Overhead Distributed Transaction Coordination” by James Cowling. Ph.D. dissertation, MIT, June 2012.
This thesis presents Granola, a transaction coordination infrastructure for building reliable distributed storage applications. Granola provides a strong consistency model, while signiï¬cantly reducing transaction coordination overhead. Granola supports general atomic operations, enabling it to be used as a platform on which to build various storage systems, e.g., databases or object stores.
We introduce speciï¬c support for independent transactions, a new type of distributed transaction, that we can serialize with no locking overhead and no aborts due to write conï¬icts. Granola uses a novel timestamp-based coordination mechanism to serialize distributed transactions, offering lower latency and higher throughput than previous systems that offer strong consistency.
Our experiments show that Granola has low overhead, is scalable and has high throughput. We used Granola to deploy an existing single-node database application, creating a distributed database application with min- imal code modiï¬cations. We run the TPC-C benchmark on this platform, and achieve 3à the throughput of existing lock-based approaches....
Download: pdf .
BibTeX entry:
@phdthesis{granola-thesis, author = {James Cowling}, title = {Low-Overhead Distributed Transaction Coordination}, school = {MIT}, type = {{Ph.D.}}, month = jun, year = {2012} }
Programming Methodology Group