Re: Model Question

2010-03-25 Thread Erez Efrati
were eluding to something more complex. You'd probably > want to create a index using something along the lines that Peter suggested. > :) > > But I'm a Cassandra / Column DB newbie, so my experience ends just about > ... here. :) > > Cheers, > Chris > > >

Re: Model Question

2010-03-25 Thread Erez Efrati
t; > You'd also have to 0-pad your count so that numbers are correctly compared > (12 is less than 110) since you'll have to use some lexical-based sorting. > > > > On Wed, Mar 24, 2010 at 1:36 PM, Erez Efrati wrote: > >> Hi, >> >> I can't figu

Re: Model Question

2010-03-25 Thread Erez Efrati
popular users - in practice I would hope sub-second easily. > Does that help? Or is there something special happening in your system? > > Cheers, > Chris > > > > On 24 March 2010 20:36, Erez Efrati wrote: > >> Hi, >> >> I can't figure out how to us

Model Question

2010-03-24 Thread Erez Efrati
ed and the value will be the friend's user ID. But then, when a friend is sending a message to another user how do I increment his count of message he sent so far to that user? How can I model this with Cassandra? Is it possible? Thanks in advance, Erez Efrati