Re: [Lucene-users] Performance/Scalability Benchmarks for Lucene

2001-06-11 Thread Anshuman
file index.     Anshuman www.verilytics.com      - Original Message - From: Frank Morton To: [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 4:43 AM Subject: Re: [Lucene-users] Performance/Scalability Benchmarks for Lucene While we are talking about scaling

Re: [Lucene-users] Performance/Scalability Benchmarks for Lucene

2001-06-11 Thread Frank Morton
While we are talking about scaling, does anyone know how to force lucene to use ram for the entire index? Frank > Tal Dayan wrote: > > > > Hi Eliot, > > > > Are all the 10,000 doing seaches all day ? Can you estimate > > the required peak number searches per second ? > > I would think someth

RE: [Lucene-users] Performance/Scalability Benchmarks for Lucene

2001-06-11 Thread Cory L Hubert
: Monday, June 11, 2001 12:16 PM To: Tal Dayan Cc: [EMAIL PROTECTED] Subject: Re: [Lucene-users] Performance/Scalability Benchmarks for Lucene Tal Dayan wrote: > > Hi Eliot, > > Are all the 10,000 doing seaches all day ? Can you estimate > the required peak number searches per se

Re: [Lucene-users] Performance/Scalability Benchmarks for Lucene

2001-06-11 Thread W. Eliot Kimber
Tal Dayan wrote: > > Hi Eliot, > > Are all the 10,000 doing seaches all day ? Can you estimate > the required peak number searches per second ? I would think something like 1000/second would be about right--that is, at any moment, 10% of the 10,000 active users would be requesting a search. Thi

RE: [Lucene-users] Performance/Scalability Benchmarks for Lucene

2001-06-11 Thread Tal Dayan
Hi Eliot, Are all the 10,000 doing seaches all day ? Can you estimate the required peak number searches per second ? What about hardware, is a multi server solution practical ? What kind of hardware do you have in mind ? What is the expected total size of your data ? How often does it changed