RE: distributed architecture

2010-12-01 Thread Upayavira
: 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 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

Re: distributed architecture

2010-12-01 Thread Upayavira
On Tue, 30 Nov 2010 23:11 -0800, Dennis Gearon gear...@sbcglobal.net 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

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

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

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

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 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 included in a release. If you

Re: distributed architecture

2010-11-30 Thread Dennis Gearon
, November 30, 2010 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

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 matthew.woytow...@mantech.com To: solr-user@lucene.apache.org Sent: Tuesday, May 26, 2009 1:01:48 PM Subject: Distributed