Looked closely into the async API and there is no way to batch GETs to reduce the # of RPC calls and thus handlers. Will play around tomorrow with the handlers again and see if I can find anything interesting.
On Tue, Apr 30, 2013 at 12:03 AM, Anoop John <[email protected]> wrote: > 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- >
