How much data did you retrieve with single Get? if it's pretty small, you could try increasing this param.
See 2.5.2.3 in http://hbase.apache.org/book/important_configurations.html 2014-05-20 20:21 GMT-07:00 Tahseen Jamal <[email protected]>: > Yes, have use the method you mentioned > > And the value of hbase.regionserver.handler.count is around 40 > > > > > On 21-May-2014, at 8:38 am, Ted Yu <[email protected]> wrote: > > > Did you use the following method from HTable ? > > > > public Result[] get(List<Get> gets) throws IOException { > > > > What is the value for hbase.regionserver.handler.count ? > > > > Cheers > > > > > > On Tue, May 20, 2014 at 8:03 PM, Tahseen Jamal <[email protected] > >wrote: > > > >> Dear All, > >> > >> > >> I have 10 million records in a table. when i get single column value > from > >> hbase it takes around 10ms. My problem is when I hit 100 or more > concurrent > >> request the time slowly accumulates and increases to more than 400 ms > >> instead of completing in 10ms only. When 100 requests are hit linearly > each > >> one takes 10ms only. I am using hbase-0.96 version. > >> > >> > > -- Thanks, Michael Antonov
