range get over subcolumns on supercolumn family

2010-04-25 Thread Rafael Ribeiro
at is possible to do with Cassandra and I was willing to store a key over a supercolumnfamily with uuid keys under it so I could scan it using an ordering scheme but without loading the whole data under the top level key. best regards, Rafael Ribeiro

Re: range get over subcolumns on supercolumn family

2010-04-26 Thread Rafael Ribeiro
Just found the way... keyRange start and end key will be the same and instead of specifying the count and start on KeyRange it has to be specified on SliceRange and then keySlices will come with a single key and a list of columns... 2010/4/25 Rafael Ribeiro > Hi all! > > I am tryin