Explain the rudimentary difference between Cassandra and HBase?



Explain the rudimentary difference between Cassandra and HBase?..

Answer / Manish Kumar Rajbhar

Cassandra is a distributed, NoSQL database that uses a model based on key-value store. It is designed to handle large amounts of data across many commodity servers while providing high availability with no single point of failure. HBase, on the other hand, is an open-source, non-relational, distributed database modeled after Google's Bigtable and runs on top of Apache Hadoop. HBase provides real-time read/write access to data and is column-oriented rather than row-oriented.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Cassandra Interview Questions

What is the History of Cassandra Database ?

1 Answers  


What are the different types of partitioners in cassandra? Explain.

1 Answers  


What is bloom filter?

1 Answers  


What is data replication in Cassandra?

1 Answers  


Explain what do you understand by cassandra- cql collections?

1 Answers  


What do you mean by replication factor?

1 Answers  


What is Cassandra Database Software ?

1 Answers  


What is a keyspace in Cassandra?

1 Answers  


Explain how it is different from the other original tables?

1 Answers  


Query language is executed in Cassandra database. Clarify?

1 Answers  


Define primary key in Apache Cassandra?

1 Answers  


What is Apache Cassandra?

1 Answers  


Categories