Cassandra Intro
Cassandra Intro
Influenced by:
Why Cassandra: if you need scalability and high availability without compromising
performance (support for replicating across multiple datacenters is best-in-class, providing lower
latency for your users and the peace of mind of knowing that you can survive regional outages.)
Fast Database
*See http://www.planetcassandra.org/nosql-performance-benchmarks/
Distributed & Decentralized Database
Distributed: capable of running on multiple machines
Decentralized: no SPOF
Interstellar 98 2015
Trade-offs:
Cassandra uses a tick-tock-like release model, with even-numbered releases providing both new features and bug fixes while odd-numbered releases
will include bug fixes only