Granola: Low-Overhead Distributed Transaction Coordination

来源:互联网 发布:linux内核设置 编辑:程序博客网 时间:2024/06/07 21:08

论文里的结论总是很美好。

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 ofindependentdistributed 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


0 0
原创粉丝点击