I am trying to understand the Hbase architecture with respect to Logical data model vs Physical data storage. I am little confused about the HFile creation. If we have a column family with 2 columns, does Hbase create 2 HFiles or just one?
Below is the diagram that I was looking and example below shows logical to physical mapping for each cf:col. Please help me clear this confusion