Re: best example of indexing

2011-07-20 Thread Sameer Farooqui
More info: http://www.datastax.com/docs/0.8/data_model/secondary_indexes http://www.datastax.com/docs/0.8/data_model/cfs_as_indexes On Wed, Jul 20, 2011 at 10:49 AM, Konstantin Naryshkin wrote: > In the Cassandra CLI tutorial( > http://wiki.apache.org/cassandra/CassandraCli), there is an exampl

Re: best example of indexing

2011-07-20 Thread Konstantin Naryshkin
In the Cassandra CLI tutorial(http://wiki.apache.org/cassandra/CassandraCli), there is an example of creating a secondary index. Konstantin - Original Message - From: "CASSANDRA learner" To: user@cassandra.apache.org Sent: Wednesday, July 20, 2011 9:47:28 AM Subject: best example of ind

Re: best example of indexing

2011-07-20 Thread CASSANDRA learner
where can i get that. Can you please help me out On Wed, Jul 20, 2011 at 3:39 PM, Sasha Dolgy wrote: > Examples exist in the conf directory of the distribution... > On Jul 20, 2011 11:48 AM, "CASSANDRA learner" > wrote: > > Hi Guys, > > > > Can you please give me the best example of creating in

Re: best example of indexing

2011-07-20 Thread Sasha Dolgy
Examples exist in the conf directory of the distribution... On Jul 20, 2011 11:48 AM, "CASSANDRA learner" wrote: > Hi Guys, > > Can you please give me the best example of creating index on a column > family. As I am completely new to this, Can you please give me a simple and > good example.