Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-6374

[89-fb] Unify the multi-put/get/delete path so there is only one call to each RS, instead of one call per region

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.89-fb
    • 0.89-fb
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            amitanand Amitanand Aiyer
            amitanand Amitanand Aiyer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: