Mention the difference between hbase and relational database?
Answer Posted / Sumit Sharma
HBase is a non-relational, distributed database modeled after Google's Bigtable. It uses column-oriented storage, provides high performance for read-intensive workloads, and has a flexible schema. On the other hand, Relational Databases use row-based storage, are optimized for write-intensive workloads, and have a fixed schema.
| 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