Re: implementation choice with regard to multiple range slice query filters

2012-04-03 Thread David Alves
ote this part: > >ArrayList indexes = > IndexHelper.deserializeIndex(file); >assert indexes.size() > 2; > > On Tue, Apr 3, 2012 at 6:23 PM, David Alves wrote: >> Hi >> >>Jonathan: Thanks for the tip. Although the first option I proposed >> would not

Re: implementation choice with regard to multiple range slice query filters

2012-04-03 Thread David Alves
here I admit that I've asked several people to implement 3885 > as a technical interview problem for DataStax. For the purposes of > that interview, this last part is optional.) > > On Mon, Apr 2, 2012 at 11:19 PM, David Alves wrote: >> Hi guys >> >>I

implementation choice with regard to multiple range slice query filters

2012-04-02 Thread David Alves
Hi guys I'm a PhD student and I'm trying to dip my feet in the water wrt to cassandra development, as I'm a long time fan. I'm implementing CASSANDRA-3885 which pertains to supporting returning multiple slices of a row. After looking around at the portion of the