Re: lucene scalability questions

2007-01-04 Thread Russ
ed in "lucene in action". Russ Sent wirelessly via BlackBerry from T-Mobile. -Original Message- From: "Peter W." <[EMAIL PROTECTED]> Date: Thu, 4 Jan 2007 14:02:00 To:java-user@lucene.apache.org Subject: Re: lucene scalability questions Mark, My understandin

Re: lucene scalability questions

2007-01-04 Thread Peter W.
Mark, My understanding of Lucene is limited, but the issues seem similar to web server farms in that it comes down to linear scalability by adding more boxes. This means separate machines with their own indexes. Shared filesystems such as NFS work well in smaller environments but experience pro

lucene scalability questions

2007-01-04 Thread Mark Mei
So this question has two parts: 1. How does Lucene scale, exactly? Do we distribute the index to multiple servers somehow? Or is it one index, sitting on some sort of a shared filesystem, shared by all Lucene servers? If it's the latter, the bottleneck will be I/O ... anyway, elaborate on scalabi