Hi

cql 3 for wide rows is very promising. I was wondering if there is support
for filtering wide rows by additional filter expressions in where clause
(columns other than those which are part of the composite). 

Ex.
suppose i have sparse cf 

create columnfamily scf( k ascii, o ascii, x ascii, y ascii, z ascii,
PRIMARY KEY(k, o));

is it possible to have a query

select * from scf where k=1 and x=2 and z=2 order by o ASC;

I tried this with 1.1-rc and it doesnt work as expected. Also looked at
cql_tests.py in https://issues.apache.org/jira/browse/CASSANDRA-2474  there
is no mention of this. 

Am i missing something here ?

Thanks in advance
Nagaraj 

--
View this message in context: 
http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Cql-3-wide-rows-filter-expressions-in-where-clause-tp7486344p7486344.html
Sent from the cassandra-u...@incubator.apache.org mailing list archive at 
Nabble.com.

Reply via email to