From c0d00babece4a075c8468c0c04ab9442ad8b6506 Mon Sep 17 00:00:00 2001 From: Joel VanderWerf Date: Thu, 24 Apr 2014 11:06:57 -0700 Subject: [PATCH] Add links to Calvin papers --- distributed_systems/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/distributed_systems/README.md b/distributed_systems/README.md index fbed3eb..ca75ec8 100644 --- a/distributed_systems/README.md +++ b/distributed_systems/README.md @@ -6,6 +6,18 @@ * [Above the Clouds: A Berkeley View of Cloud Computing](http://www.eecs.berkeley.edu/Pubs/TechRpts/2009/EECS-2009-28.pdf) +* The Calvin papers: + + * [The Case for Determinism in Database Systems](http://cs-www.cs.yale.edu/homes/dna/papers/determinism-vldb10.pdf) + + * [Consistency Tradeoffs in Modern Distributed Database System Design](http://cs-www.cs.yale.edu/homes/dna/papers/abadi-pacelc.pdf) + + * [Modularity and Scalability in Calvin](http://sites.computer.org/debull/A13june/calvin1.pdf) + + * [Calvin: Fast Distributed Transactions for Partitioned Database Systems](http://www.cs.yale.edu/homes/dna/papers/calvin-sigmod12.pdf) + + * [Lightweight Locking for Main Memory Database Systems](http://cs-www.cs.yale.edu/homes/dna/papers/vll-vldb13.pdf) + * [Cassandra - A Decentralized Structured Storage System](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.161.6751&rep=rep1&type=pdf) * [Chord: A Scalable Peer-to-peer Lookup Service for Internet Applications](http://pdos.csail.mit.edu/papers/chord:sigcomm01/chord_sigcomm.pdf)