Is there any difference between HBase datamodel and RDBMS datamodel?
Answer Posted / Puneet Kumar Bhardwaj
Yes, there is a significant difference between the HBase data model and the RDBMS (Relational Database Management System) data model. Unlike RDBMS, which stores data in tables with rows and columns, HBase organizes data into sparse, column-oriented tables called 'tablespaces'. Each table in HBase contains a set of columns grouped into families, which can have different physical properties.
| 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