wiki:Bibliography

Version 8 (modified by zooko, at 2008-03-21T00:26:34Z) (diff)

add link to TCP Throughput Collapse in Cluster Storage

Here are some papers that are potentially of interest.

​Dynamo: Amazon's Highly Available Key-value Store -- sophisticated distributed hash table polished by extensive high-performance practical usage; An excellent paper!

​Fixing the Embarrassing Slowness of OpenDHT on PlanetLab (2005) -- practical lessons in DHT performance that theoreticians learned by deployment

​Non-Transitive Connectivity and DHTs -- practical lessons in dealing with not-fully-connected DHTs that theoreticians learned in deployment

​POST: A Secure, Resilient, Cooperative Messaging System -- use a DHT for messaging; includes a suggestion to ameliorate the confidentiality problems of single-instance store by adding random bits to small text messages

​A brief history of Consensus, 2PC and Transaction Commit. -- a web page summarizing the evolution of the academic theory of decentralized, reliable systems.

​Measurement and Analysis of TCP Throughput Collapse in Cluster-based Storage Systems -- Hm... Could this happen to us?

See Also

This page is inspired by ​flud's ​Related Papers page, which is well worth reading.

See also Ludovic Courtès's excellent ​bibliography of cooperative backup.

See also our RelatedProjects page.