From e258cf42e65b87b524d733247b657fedb00f8a00 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Mon, 22 Oct 2007 22:36:16 +0000 Subject: [PATCH] add dynamo [Imported from Trac: page Bibliography, version 5] --- Bibliography.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Bibliography.md b/Bibliography.md index 9cb6b73..1cc12f0 100644 --- a/Bibliography.md +++ b/Bibliography.md @@ -1,5 +1,7 @@ Here are some papers that are somewhat related to Tahoe. This section is inspired by [flud](http://flud.org)'s [Related Papers](http://flud.org/wiki/index.php/RelatedPapers) page, which is well worth reading. See also Ludovic Courtès's excellent [bibliography of cooperative backup](http://www.laas.fr/~lcourtes/ludo-1.html). +[Dynamo: Amazon's Highly Available Key-value Store](http://s3.amazonaws.com/AllThingsDistributed/sosp/amazon-dynamo-sosp2007.pdf) -- sophisticated distributed hash table polished by extensive high-performance practical usage; An excellent paper! + [Fixing the Embarrassing Slowness of OpenDHT on [PlanetLab](PlanetLab) (2005)](http://citeseer.ist.psu.edu/rhea05fixing.html) -- practical lessons in DHT performance that theoreticians learned by deployment [Non-Transitive Connectivity and DHTs](http://srhea.net/papers/ntr-worlds05.pdf) -- practical lessons in dealing with not-fully-connected DHTs that theoreticians learned in deployment