We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DB

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Databases

Title: Using Paxos to Build a Scalable, Consistent, and Highly Available Datastore

Authors: Jun Rao (LinkedIn), Eugene J. Shekita (IBM Research), Sandeep Tata (IBM Research)
Abstract: Spinnaker is an experimental datastore that is designed to run on a large cluster of commodity servers in a single datacenter. It features key-based range partitioning, 3-way replication, and a transactional get-put API with the option to choose either strong or timeline consistency on reads. This paper describes Spinnaker's Paxos-based replication protocol. The use of Paxos ensures that a data partition in Spinnaker will be available for reads and writes as long a majority of its replicas are alive. Unlike traditional master-slave replication, this is true regardless of the failure sequence that occurs. We show that Paxos replication can be competitive with alternatives that provide weaker consistency guarantees. Compared to an eventually consistent datastore, we show that Spinnaker can be as fast or even faster on reads and only 5% to 10% slower on writes.
Comments: VLDB2011
Subjects: Databases (cs.DB); Distributed, Parallel, and Cluster Computing (cs.DC)
Journal reference: Proceedings of the VLDB Endowment (PVLDB), Vol. 4, No. 4, pp. 243-254 (2011)
Cite as: arXiv:1103.2408 [cs.DB]
  (or arXiv:1103.2408v1 [cs.DB] for this version)

Submission history

From: Sandeep Tata [view email]
[v1] Sat, 12 Mar 2011 01:06:32 GMT (240kb)

Link back to: arXiv, form interface, contact.