Difference between revisions of "DistOS 2014W Lecture 20"

From Soma-notes
Jump to navigation Jump to search
(→‎Cassandra: Added comparison to BigTable)
(→‎Cassandra: added Scuttlebutt link)
Line 2: Line 2:
== Cassandra ==
== Cassandra ==


Cassandra is essentially running a BigTable interface on top of a Dynamo infrastructure.  BigTable uses GFS' built-in replication and Chubby for locking.  Cassandra uses gossip algorithms.  Apache Zookeeper is used for distributed configuration.
Cassandra is essentially running a BigTable interface on top of a Dynamo infrastructure.  BigTable uses GFS' built-in replication and Chubby for locking.  Cassandra uses gossip algorithms: [http://dl.acm.org/citation.cfm?id=1529983 Scuttlebutt].  Apache Zookeeper is used for distributed configuration.


== Comet ==
== Comet ==


[https://www.usenix.org/conference/osdi10/comet-active-distributed-key-value-store The presentation video of Comet]
[https://www.usenix.org/conference/osdi10/comet-active-distributed-key-value-store The presentation video of Comet]

Revision as of 11:07, 25 March 2014

Cassandra

Cassandra is essentially running a BigTable interface on top of a Dynamo infrastructure. BigTable uses GFS' built-in replication and Chubby for locking. Cassandra uses gossip algorithms: Scuttlebutt. Apache Zookeeper is used for distributed configuration.

Comet

The presentation video of Comet