You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2014/06/13 18:17:01 UTC

[jira] [Resolved] (HBASE-11056) Make multiget work more like batchMutate

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