Amitanand Aiyer created HBASE-6374: -------------------------------------- Summary: integrate the multi-put/get/delete path so there is only one call to each RS, instead of one call per R 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
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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira