Description
PHOENIX-6458 extends the existing uncovered local index support for global indexes. The current solution uses HBase get operations to join data table rows with uncovered index rows on the server side. Doing a separate RPC call for every data table row can be expensive. Instead, we can buffer lots of data row keys in memory, use a skip scan filter and even multiple threads to issue a separate scan for each data table region in parallel. This will reduce the cost of join and also improve the performance.
Attachments
Attachments
Issue Links
- Blocked
-
PHOENIX-6458 Using global indexes for queries with uncovered columns
- Resolved
-
PHOENIX-6663 Use batching when joining data table rows with uncovered local index rows
- Resolved
- links to