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
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
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
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