Caleb Rackliffe created CASSANDRA-20025:
-------------------------------------------

             Summary: Expression#isSatisfiedBy() support for post-filtering IN 
clauses in SAI boolean queries
                 Key: CASSANDRA-20025
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-20025
             Project: Cassandra
          Issue Type: Improvement
          Components: Feature/SAI
            Reporter: Caleb Rackliffe


We currently don’t support IN clauses in SAI AND queries, simply because we’ve 
never implemented {{Expression#isSatisfiedBy()}} for them, and they cannot be 
safely added to the post-index filter. (See CASSANDRA-19018 for more background 
on why.) Concerns around how big the {{IN}} clause can be aside, we should be 
able to add this relatively easily. The most interesting question is probably 
how we want to test, but we can start with some simple additions to the 
{{IndexQuerySupport}} and {{IndexingTypeSupport}} frameworks.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to