Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Duplicate
-
None
-
None
Description
On a table like:
CREATE Table t (a int , b int, c text, PRIMARY KEY (a, b)); CREATE INDEX ON t (c);
A query like
SELECT * FROM t WHERE a IN (1, 2) AND b > 3 AND c= 'test' ALLOW FILTERING;
is not supported.
If the user want to paginate over the result of such query, issuing 2 queries is not a good option.
Attachments
Issue Links
- duplicates
-
CASSANDRA-4386 Allow cql to use the IN syntax on secondary index values
- Resolved
- is related to
-
CASSANDRA-9659 Better messages/protection against bad paging state
- Resolved