cassandra – partitioned row store db

Cassandra is a partitioned row store database, where rows are organized into tables with a required primary key.

Cassandra’s architecture allows any authorized user to connect to any node in any datacenter and access data using the CQL language.

 

Typically, a cluster has one keyspace per application composed of many different tables.

 

Leave a comment