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. >> >>
