Version: 2.1.8
Votes : 19
Cassandra is in use at Netflix, eBay, Twitter, Urban Airship, Constant Contact, Reddit, Cisco, OpenX, Digg, CloudKick, Ooyala, and more companies that have large, active data sets. The largest known Cassandra cluster has over 300 TB of data in over 400 machines.
Cassandra consistently outperforms popular NoSQL alternatives in benchmarks and real applications, primarily because of fundamental architectural choices.
Data is automatically replicated to multiple nodes for fault-tolerance. Replication across multiple data centers is supported. Failed nodes can be replaced with no downtime.
Choose between synchronous or asynchronous replication for each update. Highly available asynchronous operations are optimized with features like Hinted Handoff and Read Repair.
There are no single points of failure. There are no network bottlenecks. Every node in the cluster is identical.
Read and write throughput both increase linearly as new machines are added, with no downtime or interruption to applications.
Cassandra is suitable for applications that can't afford to lose data, even when an entire data center goes down.
Ratings | Total | User | Guest | |
---|---|---|---|---|
7 | 0 | 7 | ||
6 | 0 | 6 | ||
6 | 0 | 6 | ||
0 | 0 | 0 | ||
0 | 0 | 0 | Average Ratings | 4.05 | nan | 4.05 |