Reputation: 464
I want to use the IN clause for the non-primary key column in Cassandra. Is it possible? if it is not is there any alternate or suggestion?
Upvotes: 0
Views: 557
Reputation: 8203
Three possible solutions
Update:
And also even after you move that to primary key, operations with IN clause can be further optimised. I found this cassandra lookup by list of primary keys in java very useful
Upvotes: 1