6.5830/6.5831: Database Systems
Fall 2022
Papers:

  • DeCandia et al. Dynamo: Amazon’s Highly Available Key-value Store. In SOSP, 2007. [PDF]

  • Werner Vogels. Eventually Consistent - Revisited. All Things Distributed (Blog), December 2008. [Link]

In this class, we will survey a range of "NoSQL" systems, which offer different consistency properties, or different query languages (or both) than those offered by relational database systems. The two readings above describe one influential NoSQL system from Amazon called "Dynamo", and a discussion of some of the key ideas in support of relaxing consistency from the CTO of Amazon.