Is there any difference between HBase datamodel and RDBMS datamodel?



Is there any difference between HBase datamodel and RDBMS datamodel?..

Answer / 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

More Apache HBase Interview Questions

Explain data versioning?

1 Answers  


Which filter accepts the page size as the parameter in HBase?

1 Answers  


What do you understand by Filters in HBase?

1 Answers  


Compare hbase & cassandra?

1 Answers  


What is HBase?

1 Answers  


Define standalone mode in hbase?

1 Answers  


Mention the difference between hbase and relational database?

1 Answers  


What is Client API?

1 Answers  


How to create table in hbase?

1 Answers  


Which code do we use to open the connection in Hbase?

1 Answers  


What services run after running hbase job?

1 Answers  


Define the difference between hive and hbase?

1 Answers  


Categories