If you can make use of the batch API ie. get(List<Get>) you can reduce the handlers (and no# of RPC calls also).. One batch will use one handler. >I am using asynchbase which does not have the notion of batch gets I have not checked with asynchbase. Just telling as a pointer..
-Anoop- On Tue, Apr 30, 2013 at 12:12 PM, Viral Bajaria <[email protected]>wrote: > I am using asynchbase which does not have the notion of batch gets. It > allows you to batch at a rowkey level in a single get request. > > -Viral > > On Mon, Apr 29, 2013 at 11:29 PM, Anoop John <[email protected]> > wrote: > > > You are making use of batch Gets? get(List) > > > > -Anoop- > > >
