Batch Gets
----------

                 Key: HBASE-1986
                 URL: https://issues.apache.org/jira/browse/HBASE-1986
             Project: Hadoop HBase
          Issue Type: New Feature
          Components: client, regionserver
    Affects Versions: 0.20.1
            Reporter: Peter Rietzler


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to