Details
-
Improvement
-
Status: Triage Needed
-
Normal
-
Resolution: Unresolved
-
None
-
None
-
All
-
None
Description
When executing following query, "ALLOW FILTERING" is required even if both columns are indexed by SASI and used in QueryPlan:
SELECT * FROM table WHERE age="20" and address="SF"
We should consider providing a proper "QueryPlan" under "Index" interface to avoid "ALLOW FILTERING" when all restricted columns are handled by index.