Re: distributed architecture

2010-12-01 Thread Cinquini, Luca (3880)
Hi, thanks all, this has been very instructive. It looks like in the short term using a combination of replication and sharding, based on Upayavira's setup, might be the safest thing to do, while in the longer term following the zookeeper integration and solandra development might provid

Re: distributed architecture

2010-12-01 Thread Peter Karich
Hi, also take a look at solandra: https://github.com/tjake/Lucandra/tree/solandra I don't have it in prod yet but regarding administration overhead it looks very promising. And you'll get some other neat features like (soft) real time, for free. So its same like A) + C) + X) - Y) ;-) Rega

Re: distributed architecture

2010-12-01 Thread Upayavira
On Tue, 30 Nov 2010 23:11 -0800, "Dennis Gearon" wrote: > Wow, would you put a diagram somewhere up on the Solr site? > Or, here, and I will put it somewhere there. I'll see what I can do to make a diagram. > And, what is a VIP? Virtual IP. It is what a load balancer uses. You assign a 'virtua

RE: distributed architecture

2010-12-01 Thread Upayavira
27;re hoping to video it, so if successful, I expect it'll get put online somewhere. Upayavira On Wed, 01 Dec 2010 03:44 +, "Jayant Das" wrote: > > Hi, A diagram will be very much appreciated. > Thanks, > Jayant > > > From: u...@odoko.co.uk > > To:

Re: distributed architecture

2010-11-30 Thread Dennis Gearon
0 4:39:40 PM Subject: Re: distributed architecture I cannot say how mature the code for B) is, but it is not yet included in a release. If you want the ability to distribute content across multiple nodes (due to volume) and want resilience, then use both. I've had one setup where we have

RE: distributed architecture

2010-11-30 Thread Jayant Das
Hi, A diagram will be very much appreciated. Thanks, Jayant > From: u...@odoko.co.uk > To: solr-user@lucene.apache.org > Subject: Re: distributed architecture > Date: Wed, 1 Dec 2010 00:39:40 + > > I cannot say how mature the code for B) is, but it is not yet inclu

Re: distributed architecture

2010-11-30 Thread Shawn Heisey
On 11/30/2010 2:27 PM, Cinquini, Luca (3880) wrote: Hi, I'd like to know if anybody has suggestions/opinions on what is currently the best architecture for a distributed search system using Solr. The use case is that of a system composed of N indexes, each hosted on a separate machine,

Re: distributed architecture

2010-11-30 Thread Upayavira
I cannot say how mature the code for B) is, but it is not yet included in a release. If you want the ability to distribute content across multiple nodes (due to volume) and want resilience, then use both. I've had one setup where we have two master servers, each with four cores. Then we have two

Re: Distributed Architecture

2009-05-26 Thread Otis Gospodnetic
4 big indices if those servers can handle them. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: "Woytowitz, Matthew" > To: solr-user@lucene.apache.org > Sent: Tuesday, May 26, 2009 1:01:48 PM > Subject: Distributed Architecture > > I hav