Explain the rudimentary difference between Cassandra and HBase?
Answer Posted / 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 View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category