Hi,

I'm having an issue with ALLOW FILTERING with Cassandra 2.0.8. See a
minimal example here:
https://gist.github.com/JensRantil/ec43622c26acb56e5bc9

I expect the second last to fail, but the last query to return a single
row. In particular I expect the last SELECT to first select using the
clustering primary id and then do filtering.

I've been reading https://cassandra.apache.org/doc/cql3/CQL.html#selectStmt
"ALLOW FILTERING" and can't wrap my head around why this won't work.

Could anyone clarify this for me?

Thanks,
Jens

Reply via email to