Subject: Apache Cassandra
Author: EricJ
Posted on: 09/29/2015 02:23:29 AM
Apache Cassandra is an open source distributed NOSQL database designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure.
Major features:
Large scalability -- achieved by distributed partitions
High availability -- achieved by multiple nodes
Fault-tolerance -- achieved by non-master-slave replicas with no single point of failure
Replies:
References: