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

Amitanand Aiyer resolved HBASE-6374.
------------------------------------

    Resolution: Fixed
    
> [89-fb] Unify the multi-put/get/delete path so there is only one call to each 
> RS, instead of one call per region
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-6374
>                 URL: https://issues.apache.org/jira/browse/HBASE-6374
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.89-fb
>            Reporter: Amitanand Aiyer
>            Assignee: Amitanand Aiyer
>            Priority: Minor
>             Fix For: 0.89-fb
>
>
> This is a feature similar to the batch feature in trunk. 
> We have optimisation for the put path where we batch puts by the 
> regionserver, but for gets and deletes we do batching only per hregion. So, 
> if there are 20 regions on a regionserver, we would be doing 20 RPC when we 
> can potentially batch them together in 1 call.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to