1 Answer

0 votes
by
RDBMS vs HBase

There differences between RDBMS and HBase are given below.

Schema/Database in RDBMS can be compared to namespace in Hbase.

A table in RDBMS can be compared to column family in Hbase.

A record (after table joins) in RDBMS can be compared to a record in Hbase.

A collection of tables in RDBMS can be compared to a table in Hbase..

HBase Data Model

Related questions

0 votes
asked Sep 7, 2019 in Big Data | Hadoop by john ganales
0 votes
asked Oct 12, 2019 in Big Data | Hadoop by GeorgeBell
...