Can you also post your results to the list ? We are using the apache commons pool and got the max. throughput ~10 inserts per sec. for one Hbase client, which is good enough for now.
On Tue, Dec 16, 2008 at 9:20 PM, Slava Gorelik <[email protected]> wrote: > Hi.Looks very interesting, i'll try it. > > Thank You. > > > On Tue, Dec 16, 2008 at 8:51 PM, Michael Dagaev > <[email protected]>wrote: > >> Hi, all >> >> Looks like the pooling does improve the throughput. I guess the >> pool size should depend on the number of region servers, i.e. max pool >> size = k*N, where N is the number of region servers and k > 1. >> Currently, I am using max size =20 for a 4-host cluster and the >> maximum throughput is achieved for ~20 concurrent threads. When we >> tried to add more threads the throughput did not increase, so the only >> solution is adding JVMs on client side. >> >> Thank you for your cooperation, >> M. >> >
