You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by shourabh rawat <mi...@gmail.com> on 2009/02/17 18:04:25 UTC

Parrallel reads in hbase

Is it possible to perform parallel reads in hbase.
I m using parallel threads to do a get to the hbase.
Would it improve the hbase read performance. Would these threads run
in paralle or will the hbase run them sequentially.
Any other way that it is possible to perform parallel reads.