Re: Create an index on CQL table

2013-11-07 Thread Techy Teck
@Jacob - See my this question with the subject - *CQL Tables in Cassandra with an Index* I just send it out.. Sorry for duplicacy.. After I posted it out, I realize I missed the important details.. On Thu, Nov 7, 2013 at 6:52 PM, Jacob Rhoden wrote: > > > > On 8 Nov 2013, at 12:54 pm, Techy T

Re: Create an index on CQL table

2013-11-07 Thread Jacob Rhoden
> On 8 Nov 2013, at 12:54 pm, Techy Teck wrote: > > I am using the below table in our use case - > > create table testing1 ( > employee_id text, > employee_name text, > value text, > last_modified_date timeuuid, > primary key (employee_name,last_modified_date) >); Bef

Create an index on CQL table

2013-11-07 Thread Techy Teck
I am using the below table in our use case - create table testing1 ( employee_id text, employee_name text, value text, last_modified_date timeuuid, primary key (employee_name,last_modified_date) ); In my above table employee_id will be unique always starting from 1 till 327