[ 
https://issues.apache.org/jira/browse/HBASE-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack resolved HBASE-1986.
--------------------------

    Resolution: Duplicate

Fixed by hbase-1845

> Batch Gets
> ----------
>
>                 Key: HBASE-1986
>                 URL: https://issues.apache.org/jira/browse/HBASE-1986
>             Project: 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