@jcaleitao

Blotter: Low Latency Transactions for Geo-Replicated Storage

, , , , , and . Proceedings of the 26th International Conference on World Wide Web, page 263--272. Republic and Canton of Geneva, Switzerland, International World Wide Web Conferences Steering Committee, (2017)
DOI: 10.1145/3038912.3052603

Abstract

Most geo-replicated storage systems use weak consistency to avoid the performance penalty of coordinating replicas in different data centers. This departure from strong semantics poses problems to application programmers, who need to address the anomalies enabled by weak consistency. In this paper we use a recently proposed isolation level, called Non-Monotonic Snapshot Isolation, to achieve ACID transactions with low latency. To this end, we present Blotter, a geo-replicated system that leverages these semantics in the design of a new concurrency control protocol that leaves a small amount of local state during reads to make commits more efficient, which is combined with a configuration of Paxos that is tailored for good performance in wide area settings. Read operations always run on the local data center, and update transactions complete in a small number of message steps to a subset of the replicas. We implemented Blotter as an extension to Cassandra. Our experimental evaluation shows that Blotter has a small overhead at the data center scale, and performs better across data centers when compared with our implementations of the core Spanner protocol and of Snapshot Isolation on the same codebase.

Description

Blotter

Links and resources

Tags

community

  • @jcaleitao
  • @dblp
@jcaleitao's tags highlighted