Granola: Low-Overhead Distributed Transaction Coordination

論文裏的結論總是很美好。

Abstract

Granola: Low-Overhead Distributed Transaction Coordination

This paper presents Granola, a transaction coordinationinfrastructure for building reliable distributed storage ap-plications. Granola provides a strong consistency model,while significantly reducing transaction coordination over-head. We introduce specific support for a new type ofindependent distributed transaction, which we can serial-ize with no locking overhead and no aborts due to write conflicts. Granola uses a novel timestamp-based coordina-tion mechanism to order distributed transactions, offeringlower 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 implementedthe TPC-C benchmark on Granola, and achieved 3× thethroughput of a platform using a locking approach. 

https://www.usenix.org/system/files/conference/atc12/atc12-final118.pdf


發佈了94 篇原創文章 · 獲贊 9 · 訪問量 309萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章