NoSql Tutorial 9 : HBase Vs Cassandra Vs MongoDB
Cassandra When to use Cassandra These are some cases when to use Cassandra, · If we are looking for simple setup, maintenance ,code. · Since all the administration tasks are automated. Scale up ,scale down, adding nodes will be done fast. · Very high velocity random read and writes.Because of the columnar architecture . · Flexible spare/wide column requirement. · No multiple secondary index needsBecause it effects the overall performance of the Cassandra, it is mainly suitable for non-group by systems. · No Groups and No joins should be their. When not use Cassandra These are some scenarios when not to use Cassandra database. Cassandra is query modeled concept, whi...