Re: Error: Unable to search across multiple secondary index types

2013-11-20 Thread Aaron Morton
> 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

Error: Unable to search across multiple secondary index types

2013-11-15 Thread sielski
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