Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
-
Adds Scan#getMaxResultSize
-
0.96notable
Description
The notion that you set size rather than row count specifying how many rows a scanner should return in each cycle was raised over in HBASE-1996. Its a good one making hbase "regular" though the data under it may vary. HBASE-1996 was committed but the patch was constrained by the fact that it needed to not change RPC interface. This issue is about doing HBASE-1996 for 0.21 in a clean, unconstrained way.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-6770 Allow scanner setCaching to specify size instead of number of rows
- Closed
-
HBASE-1537 Intra-row scanning
- Closed
-
HBASE-1996 Configure scanner buffer in bytes instead of number of rows
- Closed
-
HBASE-5607 Implement scanner caching throttling to prevent too big responses
- Closed