You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2010/02/05 05:57:59 UTC

[Cassandra Wiki] Trivial Update of "ArchitectureInternals" by StuHood

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The "ArchitectureInternals" page has been changed by StuHood.
http://wiki.apache.org/cassandra/ArchitectureInternals?action=diff&rev1=8&rev2=9

--------------------------------------------------

  = Further reading =
   * The idea of dividing work into "stages" with separate thread pools comes from the famous SEDA paper: http://www.eecs.harvard.edu/~mdw/papers/seda-sosp01.pdf
   * Cassandra's distribution is closely related to the one presented in Amazon's Dynamo paper.  Read repair, adjustable consistency levels, hinted handoff, and other concepts are discussed there.  This is required background material: http://www.allthingsdistributed.com/2007/10/amazons_dynamo.html.  The related article on [[http://www.allthingsdistributed.com/2008/12/eventually_consistent.html|article on eventual consistency]] is also relevant.
-  * Cassandra's on-disk storage model is loosely based on sections 5.3 and 5.4 of [[http://labs.google.com/papers/bigtable.html|the Bigtable paper]] are also relevant to
+  * Cassandra's on-disk storage model is loosely based on sections 5.3 and 5.4 of [[http://labs.google.com/papers/bigtable.html|the Bigtable paper]].
   * Facebook's Cassandra team authored a paper on Cassandra for LADIS 09: http://www.cs.cornell.edu/projects/ladis2009/papers/lakshman-ladis2009.pdf. Most of the information there is applicable to Apache Cassandra (the main exception is the integration of !ZooKeeper).