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

[89-fb] Change get(List<Get>) to batchGet(List<Get>)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 0.89-fb
    • 0.89-fb
    • Client
    • None

    Description

      batchGet(List<Get>) is more performant since it splits the list of Gets on regionserver level, and get(List<Get>) does that on region level.
      If we have a list of gets for regions on a same regionserver, get(List<Get>) will do #regions rpc calls and batchGet(List<Get>) will do just one rpc call.

      Changing HTable.get(List<Get>) to internally call HTable.batchGet(List<Get>)

      Attachments

        Activity

          People

            Unassigned Unassigned
            adela Adela Maznikar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: