Re: Selecting multiple rows with composite partition keys using CQL3

2013-09-04 Thread Carl Lerche
I can't find a way to do this with the current implementation of CQL3. Are there any plans to add an OR feature to CQL3 or some other way to select a batch of disjoint composite keys? On Fri, Aug 30, 2013 at 7:52 PM, Carl Lerche wrote: > Hello, > > I've been trying to figure

Selecting multiple rows with composite partition keys using CQL3

2013-08-30 Thread Carl Lerche
Hello, I've been trying to figure out how to port my application to CQL3 based on http://cassandra.apache.org/doc/cql3/CQL.html. I have a table with a primary key: ( (app, name), timestamp ). So, the partition key would be composite (on app and name). I'm trying to figure out if there is a way to

Re: How often to run `nodetool repair`

2013-08-01 Thread Carl Lerche
anced > amounts of writes rather. > > Regards, > > Arthur > > *From:* Carl Lerche > *Sent:* Thursday, August 01, 2013 12:35 PM > *To:* user@cassandra.apache.org > *Subject:* How often to run `nodetool repair` > > Hello, > > I read in the docs that `nodetoo

How often to run `nodetool repair`

2013-08-01 Thread Carl Lerche
Hello, I read in the docs that `nodetool repair` should be regularly run unless no delete is ever performed. In my app, I never delete, but I heavily use the ttl feature. Should repair still be run regularly? Also, does repair take less time if it is run regularly? If not, is there a way to increm