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 2009/12/09 02:26:32 UTC

[Cassandra Wiki] Update of "FrontPage" by JonathanEllis

Dear Wiki user,

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

The "FrontPage" page has been changed by JonathanEllis.
http://wiki.apache.org/cassandra/FrontPage?action=diff&rev1=27&rev2=28

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

   * [[ArchitectureOverview|Architecture Overview]]
   * [[FAQ|FAQ]]
   * [[API|Thrift API Documentation]] (In progress)
+  * [[Operations]]
  
  == Developer Documentation ==
  
  To understand Cassandra's architecture you should read [[http://www.allthingsdistributed.com/2007/10/amazons_dynamo.html|the Dynamo paper]] and the related [[http://www.allthingsdistributed.com/2008/12/eventually_consistent.html|paper on eventual consistency]].  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. Cassandra's failure detector is based on [[http://vsedach.googlepages.com/HDY04.pdf|the phi accrual failure detector]].
  
+  * [[ArchitectureInternals]]
   * [[HowToContribute|How To Contribute?]]
   * [[HowToCommit|How To Commit?]]