> how HBase loads the data into memory.

If you init Get and specify columns with addColumn, it is likely that only
data for these columns is read and loaded in memory.

Rowkey is best kept short. So are column qualifiers.

Reply via email to