Cassandra has no Master-Slave architecture, but instead has a network of peers all sharing data.
Cassandra is fully distributed and has no Single Point of Failure (SPOF).
They use Murmur to build 64-bit hashes.
Yuki Morishita talked about Cassandra Query Language CQL.
You can use sqlsh, a command-line version of CQL.
Cassandra is not good for ad-hoc queries, the database structure has to be designed for your planned queries to be useful.
No comments:
Post a Comment