Re: Secondary Index not working?

2011-03-10 Thread Jonathan Ellis
https://issues.apache.org/jira/browse/CASSANDRA-2244 On Thu, Mar 10, 2011 at 9:28 PM, Rommel Garcia wrote: > I tried the tutorial on this site > - http://www.datastax.com/docs/0.7/data_model/secondary_indexes and worked > on creating an index on a new column. That went good. But when I indexed an

Secondary Index not working?

2011-03-10 Thread Rommel Garcia
I tried the tutorial on this site - http://www.datastax.com/docs/0.7/data_model/secondary_indexes and worked on creating an index on a new column. That went good. But when I indexed an existing column, my query below returns 0 row where in fact it should return 1. Query: get users where state