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 |
What are the operational commands of HBase?
What is a bloom filter and how does it help in searching rows?
What is the use of MasterServer?
Define the term thrift
What is a Column family in hbase?
While reading data from hbase, from which three places data will be reconciled before returning the value?
What is hfile ?
Mention what are the three types of tombstone markers in hbase?
Can you explain data versioning?
What are the fundamental key structures of HBase?
How to create table in hbase?
What are the data manipulation commands of hbase?
Apache Hadoop (394)
MapReduce (354)
Apache Hive (345)
Apache Pig (225)
Apache Spark (991)
Apache HBase (164)
Apache Flume (95)
Apache Impala (72)
Apache Cassandra (392)
Apache Mahout (35)
Apache Sqoop (82)
Apache ZooKeeper (65)
Apache Ambari (93)
Apache HCatalog (34)
Apache HDFS Hadoop Distributed File System (214)
Apache Kafka (189)
Apache Avro (26)
Apache Presto (15)
Apache Tajo (26)
Hadoop General (407)