ZhaoYang created CASSANDRA-15913:
------------------------------------
Summary: Avoid "ALLOW FILTERING" requirement for multiple
restricted columns if index can handle them
Key: CASSANDRA-15913
URL: https://issues.apache.org/jira/browse/CASSANDRA-15913
Project: Cassandra
Issue Type: Improvement
Components: Feature/SASI
Reporter: ZhaoYang
When executing following query, "ALLOW FILTERING" is required even if both
columns are indexed by SASI and used in {{QueryPlan}}:
bq. 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]