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

Batch Gets

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 0.20.1
    • None
    • Client, regionserver
    • None

    Description

      Put as well as Delete allow batch operations using HTable.put(List) and HTable.delete(ArrayList).

      We often need to fetch a few thousand rows per id and currently have to issue an RPC call (using HTable.get(Get)) for each of the rows. Support for batch gets, a la HTable.get(List) could easily improve performance since only one RPC call per region server must be issued.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              peter.rietzler@smarter-ecommerce.com Peter Rietzler
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: