[ 
https://issues.apache.org/jira/browse/HBASE-11056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Dimiduk resolved HBASE-11056.
----------------------------------

    Resolution: Duplicate

Duplicate of HBASE-8362.

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

Reply via email to