> java.lang.RuntimeException: java.lang.RuntimeException: Unable to search
> across multiple secondary index types
A query that used two secondary indexed columns would require query plan to
determine the most efficient approach. We don’t support features like that.
> I would expect an empty re
Hello,
I’ve installed Cassandra 2.0.2 and I’m trying to query a cassandra table using
a SELECT statement with two WHERE clauses on columns with secondary indexes but
Cassandra throws an error as in the subject.
It’s easy to reproduce this problem. My table structure is as follows:
CREATE TABLE t