RE: Hardware Question

2005-08-02 Thread Monsur Hossain
: Otis Gospodnetic [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 27, 2005 6:45 PM To: java-user@lucene.apache.org Subject: RE: Hardware Question Ah - my brain was off. :) In the Lucene book we refer to that index format as compound index format, while the original format we call multifile

Hardware Question

2005-07-27 Thread Michael Celona
I am going over ways to increase overall search performance. Currently, I have a dual zeon with 2G of ram dedicated to java searching an 8G index on one 7200 rpm drive. Which will give the greatest payoff? 1) Going to 64bit server and giving more memory to java with faster

Re: Hardware Question

2005-07-27 Thread Chris Lamprecht
It depends on your usage. When you search, does your code also retrieve the docs (using Searcher.document(n), for instance). If your index is 8GB, part of that is the indexed part (searchable), and part is just stored document fields. It may be as simple as adding more RAM (try 4, 6, and 8GB)

RE: Hardware Question

2005-07-27 Thread Michael Celona
: Mark Bennett [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 27, 2005 3:06 PM To: java-user@lucene.apache.org; 'Chris Lamprecht' Subject: RE: Hardware Question Also, non-hardware, have you considered turning off CFS? Our client told us this sped up their system. -Original Message- From

RE: Hardware Question

2005-07-27 Thread Mark Bennett
[mailto:[EMAIL PROTECTED] Sent: Wednesday, July 27, 2005 3:20 PM To: java-user@lucene.apache.org; [EMAIL PROTECTED] Subject: RE: Hardware Question What's CFS? Cryptographic File System? I'm not being sarcastic here, I'm really curious about what you referring to. Otis --- Mark Bennett [EMAIL

RE: Hardware Question

2005-07-27 Thread Otis Gospodnetic
for indexing it takes more work to create CFS files. -Original Message- From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 27, 2005 3:20 PM To: java-user@lucene.apache.org; [EMAIL PROTECTED] Subject: RE: Hardware Question What's CFS? Cryptographic File