[ https://issues.apache.org/jira/browse/HBASE-11056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13979046#comment-13979046 ]
Sergey Shelukhin commented on HBASE-11056: ------------------------------------------ hmm... have you looked at multi-get changes for hbase-10070? > Make multiget work more like batchMutate > ---------------------------------------- > > Key: HBASE-11056 > URL: https://issues.apache.org/jira/browse/HBASE-11056 > Project: HBase > Issue Type: Improvement > Components: regionserver > Reporter: Nick Dimiduk > > Right now, the multiget path issues a sequence of Region.get calls for the > single RPC. This is good, but it could be better. Multiple Puts are batched > together and applied as a group, I think we can do the same for Gets. The > idea is to reuse scanners for all Gets in the batch. -- This message was sent by Atlassian JIRA (v6.2#6252)