Details
Description
The current solution uses HBase get operations to join data table rows with uncovered local index rows on the server side. Issuing a separate get operation for every data table row can be expensive. Instead, we can buffer lots of data row keys in memory and use a scan with skip scan filter. This will reduce the cost of join and also improve the performance.
Attachments
Issue Links
- Blocked
-
PHOENIX-6501 Use batching when joining data table rows with uncovered global index rows
- Resolved
- is duplicated by
-
PHOENIX-6412 Consider batching uncovered column merge for local indexes
- Resolved
- links to