I have a hbase table with more than 2G rows.
Every hour there comes 5M~10M row ids and i must get all the row info from the 
hbase table.
But even I use the batch call(1000 row ids as a list) as described here 
  
http://stackoverflow.com/questions/13310434/hbase-api-get-data-rows-information-by-list-of-row-ids
 

It takes about 1 hour.
Any other way to do this more quickly?

Thanks,
Lei


[email protected]

Reply via email to