Re: Solandra - select query error

2011-09-12 Thread Jake Luciani
Hi, Solandra specific issue should be raised on http://github.com/tjake/Solandra/issues Could you also provide some sample data ans schama I can try to reproduce with? Thanks, Jake On Mon, Sep 12, 2011 at 7:57 AM, tom135 wrote: > Hello, > > I have some index and two search query: > 1. http:/

Re: Benchmark Solr vs Elastic Search vs Sensei

2012-04-27 Thread Jake Luciani
Yes the replication, failover and distribution is managed by Cassandra it makes solr more dynamo like. For example scaling involves adding another node to the cassandra cluster. Finally since the field data is in Cassandra you can access it from Cassandra, Hadoop or Solr. Jake On Apr 27,

Re: True master-master fail-over without data gaps (choosing CA in CAP)

2011-03-09 Thread Jake Luciani
Hi Otis, Have you considered using Solandra with Quorum writes to achieve master/master with CA semantics? -Jake On Wed, Mar 9, 2011 at 2:48 PM, Otis Gospodnetic wrote: > Hi, > > Original Message > > > From: Robert Petersen > > > > Can't you skip the SAN and keep the indexes locall

Re: True master-master fail-over without data gaps (choosing CA in CAP)

2011-03-09 Thread Jake Luciani
haven't dug into the code yet but Solandra strikes me as a killer way to >> scale Solr. I'm looking forward to playing with it; particularly looking at >> disk requirements and performance measurements. >> >> ~ David Smiley >> >> On Mar 9, 2011, at 3

Re: True master-master fail-over without data gaps (choosing CA in CAP)

2011-03-09 Thread Jake Luciani
t; Lucene ecosystem search :: http://search-lucene.com/ > > > > - Original Message > > From: Jake Luciani > > To: "solr-user@lucene.apache.org" > > Sent: Wed, March 9, 2011 6:04:13 PM > > Subject: Re: True master-master fail-over without data gaps (c

Re: Anyone familiar with Solandra or Lucandra?

2011-05-17 Thread Jake Luciani
Hi, Solandra does give you multi-master writes and will even work cross-dc. There are a number of companies in the process of moving to Solandra and the company I work for DataStax has support options for it. But there are few installs in production at the moment. I am hopeful this will change a

Re: Anyone familiar with Solandra or Lucandra?

2011-05-17 Thread Jake Luciani
On Tue, May 17, 2011 at 3:07 PM, kenf_nc wrote: > But I can query Cassandra directly for the documents if I wanted/needed to? > > The data is available in the Solandra Keyspace but I wouldn't recommend accessing it directly. Most people who want todo this end up not storing the document fields i

Re: Anyone familiar with Solandra or Lucandra?

2011-05-18 Thread Jake Luciani
This will be possible once triggers are finished for cassandra, then we can hook into CF inserts and auto index in solandra. On Tue, May 17, 2011 at 5:10 PM, kenf_nc wrote: > Ah. I see. That reduces its usefulness to me some. The multi-master aspect > is > still a big draw of course. But I was h