Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
The implementation of org.apache.hadoop.hbase.rest.client.RemoteHTable.Scanner
is very inefficient, as the standard next() methods makes separate a http request for each row.
Performance can be improved by not specifying the row count in the REST call and caching the returned Results.
Chunk size can still be influenced by scan.setBatch();
Attachments
Issue Links
- is depended upon by
-
HBASE-28550 Provide working benchmark tool for REST server
- Open
- links to