Description
Brought to light in part in PHOENIX-5109, plan selection in Phoenix is too complicated with its logic spread over multiple areas. My recent changes let most index through the initial filters and next step is to put all the logic in QueryOptimizer.orderPlansBestToWorst.
One exception is plans with global indexes for queries with uncovered queries, those should still be handled in addPlan.
Attachments
Attachments
Issue Links
- is related to
-
PHOENIX-5109 Allow local indexes to work for queries with uncovered columns.
- Closed
-
PHOENIX-5289 IndexRebuildTaskIT fails with HBase 1.5.x
- Closed
-
PHOENIX-5115 MutableIndexSplitForwardScanIT.testSplitDuringIndexScan[MutableIndexSplitIT_localIndex=true,...] is failing
- Resolved