Question 181
The MOB data in HBase is directly stored in HFile format on HDFS, and then the address information and size information of this file are stored as value on the store that manages HBase, and these files are managed centrally through tools. In this way, the compation and split frequency of HBase can be greatly reduced and the performance can be improved.
