Publications

More details : Peer-reviewed , Thesis , Report , Whitepaper , Talks.

Cure: Strong semantics meets high availability and low latency

Deepthi Devaki Akkoorath, Alejandro Tomsic, Manuel Bravo, Zhongmiao Li, Tyler Crain, Annette Bieniusa, Nuno Preguica, Marc Shapiro

ICDCS 2016

Nara, Japan June 2016

36th IEEE International Conference on Distributed Computing Systems ,  IEEE Computer Society

Developers of cloud-scale applications face a difficult decision of which kind of storage to use, summarised by the CAP theorem. Currently the choice is between classical CP databases, which provide strong guarantees but are slow, expensive, and unavailable under partition; and NoSQL-style AP databases, which are fast and available, but too hard to program against. We present an alternative - Cure provides the highest level of guarantees that remains compatible with availability. These guarantees include - causal consistency (no ordering anomalies), atomicity (consistent multi-key updates), and support for high-level data types (developer friendly API) with safe resolution of concurrent updates (guaranteeing convergence). These guarantees minimise the anomalies caused by parallelism and distribution, thus facilitating the development of applications. This paper presents the protocols for highly available transactions, and an experimental evaluation showing that Cure is able to achieve scalability similar to eventuallyconsistent NoSQL databases, while providing stronger guarantees.

Keywords : Protocols, Databases, Clocks, Semantics, Programming, Convergence, Servers

Related Project : SyncFree  

PDF IEEE Xplore
Preprint at Marc home page
Github AntidoteDB
Share | Top