Hi All, I have a column family with multiple columns and when I try a where clause with one of the columns that is not the "key" column Cassandra gives me an error about it not being an index column. So where can I find an example of creating a column family with one or more columns being "Indexed"? I googled last night and could not find an example quickly.
Also I am assuming a index column in Cassandra does not have to be unique? Thanks, -Tony