Abstract
Geo-replicated databases often offer high availability and low latency by relying on weak consistency models. The inability to enforce invariants across all replicas remains a key shortcoming that prevents the adoption of such databases in several applications. In this paper we show how to extend an eventually consistent cloud database for enforcing numeric invariants. Our approach builds on ideas from escrow transactions, but our novel design overcomes the limitations of previous works. First, by relying on a new replicated data type, our design has no central authority and uses pairwise asynchronous communication only. Second, by layering our design on top of a fault-tolerant database, our approach exhibits better availability during network partitions and data center faults. The evaluation of our prototype, built on top of Riak, shows much lower latency and better scalability than the traditional approach of using strong consistency to enforce numeric invariants.
Original language | Unknown |
---|---|
Title of host publication | 34th IEEE Symposium on Reliable Distributed Systems, SRDS 2015, Montreal, QC, Canada, September 28 - October 1, 2015 |
Pages | 31-36 |
Number of pages | 6 |
DOIs | |
Publication status | Published - 2015 |
Event | 34th Symposium on Reliable Distributed Systems - Montreal, Canada Duration: 28 Sept 2015 → 1 Oct 2015 |
Conference
Conference | 34th Symposium on Reliable Distributed Systems |
---|---|
Abbreviated title | SRDS 2015 |
Country/Territory | Canada |
City | Montreal |
Period | 28/09/15 → 1/10/15 |
Keywords
- Computer Science
- Hardware & Architecture
- Computer Science, Information Systems
- Eventual Consistency
- Distributed Systems
- Geo-Replication
- Key-Value Databases