Home

Awesome

Are We Consistent Yet?

Observed and documented eventual consistency of object stores, e.g., Amazon S3, OpenStack Swift.

What is eventual consistency?

Traditional systems provide strong consistency, where clients can immediately view updates. Some distributed systems relax their consistency model to allow greater availability or better performance. Eventual consistency manifests itself to clients as stale views of data.

Observed consistency

We ran a test in which we wrote (i.e., create, update, delete) an object and then attempted to read the object. Across many trials, we count the number of times the object was not immediately available. When the object is not immediately found, it's an occurrence of observed eventual consistency.

Observed instances of eventual consistency with a number of operations during tests around 17 December 2014 with a 1-byte object size:

Providerread after createread after deleteread after overwritelist after createlist after deletenumber of operations
Amazon S3 (us-standard)***16*100,000
Amazon S3 (us-standard†)16812831,000
Amazon S3 (us-west)-11**100,000
Ceph (DreamObjects)-----1,000
Google Cloud Storage---221,000
Microsoft Azure Storage-----1,000
OpenStack Swift (Rackspace)-17330201,000

Legend:

Documented consistency

References