Friday, August 16, 2019

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

No comments:

Post a Comment

Lab 09: Publish and subscribe to Event Grid events

  Microsoft Azure user interface Given the dynamic nature of Microsoft cloud tools, you might experience Azure UI changes that occur after t...