Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Duplicate
-
None
-
None
-
Normal
Description
Query:
SELECT * FROM post WHERE blog IN (1,2) AND author=3 ALLOW FILTERING – contrived
Error: IN predicates on non-primary-key columns (blog) is not yet supported
Please either implement, set milestone or say will never be implemented !
P.S. Did search, seemingly found no issue/plan related to it. Maybe CASSANDRA-6048 ?
P.S.2 What is recommended workaround for this ? Manual index tables, what are design guidelines for them ?
Attachments
Attachments
Issue Links
- duplicates
-
CASSANDRA-4762 Support IN clause for any clustering column
- Resolved
-
CASSANDRA-4386 Allow cql to use the IN syntax on secondary index values
- Resolved