Michelan Arendse wrote:
Is there a way to speed up the fetching of data from HBase?
Divide your key space in smaller chunks? using closer |startRow, and ||stopRow?||*cf: <http://hadoop.apache.org/hbase/docs/current/api/org/apache/hadoop/hbase/client/Scan.html#Scan%28byte%5B%5D,%20byte%5B%5D%29>
Scan <http://hadoop.apache.org/hbase/docs/current/api/org/apache/hadoop/hbase/client/Scan.html#Scan%28byte%5B%5D,%20byte%5B%5D%29>*(byte[] startRow, byte[] stopRow)|
TuX