Hello,
I am doing a research on HBase if we can use it efficiently in our company. I need to be able get/scan list of rows for an array of key values (sorted, long type). The array size will be 1,000 to 10,000. The table will have a few hundred million rows. What is the most efficient (fastest) way to get the list of rows for the requested row key values? Thanks.