I am currently learning HBase I am not able to understand when comparing with RDBMS.
- How hbase is column oriented, we are inserting data into hbase with rowid and column families.
For instance, if I have two employee records I will insert with row1 for all column families(cf:id,name,salary) and for second row I will insert with row2 id for all column families
Here also we are inserting data like RDBMS, So why we call this as column oriented?
Your help really appreciated.
Thanks Venkata