Re: Get CF with where condition supplied by cassandra-cli

2010-12-06 Thread Yann Perchec, Novapost
thx for the answers! 2010/12/3 Jonathan Ellis > http://www.riptano.com/blog/whats-new-cassandra-07-secondary-indexes > > > On Thu, Dec 2, 2010 at 9:34 AM, Yann Perchec, Novapost < > yann.perc...@novapost.fr> wrote: > >> Hello everybody, >> >> I'm playing since a couple of days with the cassandra

Re: Get CF with where condition supplied by cassandra-cli

2010-12-03 Thread Jonathan Ellis
http://www.riptano.com/blog/whats-new-cassandra-07-secondary-indexes On Thu, Dec 2, 2010 at 9:34 AM, Yann Perchec, Novapost < yann.perc...@novapost.fr> wrote: > Hello everybody, > > I'm playing since a couple of days with the cassandra-cli supplied with the > Cassandra 0.7 RC. > It seems that new

Re: Get CF with where condition supplied by cassandra-cli

2010-12-02 Thread Aaron Morton
AFAIK there is not a definitive source, but...Take a look at the API documentation for version 0.7http://wiki.apache.org/cassandra/API07The cli will be making a call to get_indexed_slices() Cassandra.yaml provides some help about how to define the index using yaml. The cli also has online help, see

Get CF with where condition supplied by cassandra-cli

2010-12-02 Thread Yann Perchec, Novapost
Hello everybody, I'm playing since a couple of days with the cassandra-cli supplied with the Cassandra 0.7 RC. It seems that new request are possible : I'm very interested in the get where = . Does it mean that request with condition on column other than keys is now possible? Is it possible to