Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
0.20.1
-
None
-
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
- is part of
-
HBASE-1845 MultiGet, MultiDelete, and MultiPut - batched to the appropriate region servers
- Closed
- is related to
-
HBASE-2051 Use builder pattern to improve usability of client API
- Closed