how to use indexed column for this case

2011-05-20 Thread Monkey me
Hi, I have a SCF, Key is string, super column is TimeUUID, and several columns with one column named type, I create secondary index on this column. I want to have the foliowing query to fetch all super columns along with all columns. 1. given a specific key 2. given a range of

Re: how to use indexed column for this case

2011-05-20 Thread Anand Somani
From what I know you cannot create secondary indexes on SCF. You should have gotten this = https://issues.apache.org/jira/browse/CASSANDRA-1813 on index creation. On Fri, May 20, 2011 at 6:56 AM, Monkey me monkey1024.pub...@gmail.comwrote: Hi, I have a SCF, Key is string, super column is