Hi

I have a row with around 100.000 qualifiers with mostly small values around
1-5KB and maybe 5 largers ones around 1-5 MB. A coprocessor do random
access of 1-10 qualifiers per row.

I would like to understand how HBase loads the data into memory. Will the
entire row be loaded or only the qualifiers I ask for (like pointer access
into a direct ByteBuffer) ?

Cheers,
-Kristoffer

Reply via email to