Re: PerRowSecondaryIndex Multiple Load

2012-07-22 Thread Jonathan Ellis
Created https://issues.apache.org/jira/browse/CASSANDRA-4458 On Thu, Jul 19, 2012 at 7:56 PM, Jake Luciani wrote: > Yeah I worked around this by skipping all but the last call. I need to fix > this properly. Thx for the reminder :) > > > > On Jul 19, 2012, at 7:47 PM, Jonathan Ellis wrote: > >>

Re: PerRowSecondaryIndex Multiple Load

2012-07-19 Thread Jake Luciani
Yeah I worked around this by skipping all but the last call. I need to fix this properly. Thx for the reminder :) On Jul 19, 2012, at 7:47 PM, Jonathan Ellis wrote: > That smells like a bug to me. I don't see how you can avoid getting > multiple buildIndexAsync calls kicked off. > > What d

Re: PerRowSecondaryIndex Multiple Load

2012-07-19 Thread Jonathan Ellis
That smells like a bug to me. I don't see how you can avoid getting multiple buildIndexAsync calls kicked off. What do you think, Jake? On Thu, May 31, 2012 at 4:46 PM, Adam Holmberg wrote: > I've been studying and experimenting some with the SecondaryIndex API, > specifically extending the Per

Re: PerRowSecondaryIndex

2012-05-27 Thread Fábio Caldas
For now 5 GB .. but I´m just testing it .. as soon it cames to production it will have near 1 TB ... On Sun, May 27, 2012 at 8:02 AM, Radim Kolar wrote: > Dne 27.5.2012 12:54, Fábio Caldas napsal(a): > >> by the way ... Solr with Cassandra was a great idea .. I´m using it >> and loving ... > > ho

Re: PerRowSecondaryIndex

2012-05-27 Thread Radim Kolar
Dne 27.5.2012 12:54, Fábio Caldas napsal(a): by the way ... Solr with Cassandra was a great idea .. I´m using it and loving ... how much data you have stored in solr

Re: PerRowSecondaryIndex

2012-05-27 Thread Fábio Caldas
by the way ... Solr with Cassandra was a great idea .. I´m using it and loving ... On Sat, May 26, 2012 at 10:37 AM, Jonathan Ellis wrote: > We've contributed it in case it's useful elsewhere, but the only use > to my knowledge is in DataStax's Solr indexing for DSE.    if you're > trying to refa

Re: PerRowSecondaryIndex

2012-05-26 Thread Jonathan Ellis
We've contributed it in case it's useful elsewhere, but the only use to my knowledge is in DataStax's Solr indexing for DSE.if you're trying to refactor index code, my advice is to hack it up with a machete and we can give feedback at review time. :) On Sat, May 26, 2012 at 7:18 AM, Sam Tunnic