Hi All,
I have some confusion about the physical storage structure of HBase .
Is the HBase "Column Database" or "Column Family Database" ?
For example, I have a table with tow column family in HBase .Columnfaily1 has three cols and columnfamily2 has two cols, and the data stored in the hbase table are a1 ~ f2.
Which of the following answers can represent physical storage structure of HBase , the way of how data store in physical storeage ? And Why ?

Your prompt reply will be greatly appreciated !
Thanks
Pengcheng