Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@apache.org Received: (qmail 80360 invoked from network); 12 Nov 2001 21:01:53 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 12 Nov 2001 21:01:53 -0000 Received: (qmail 9023 invoked by uid 97); 12 Nov 2001 21:00:38 -0000 Delivered-To: qmlist-jakarta-archive-lucene-user@jakarta.apache.org Received: (qmail 8671 invoked by uid 97); 12 Nov 2001 21:00:33 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 8597 invoked from network); 12 Nov 2001 21:00:29 -0000 Message-ID: <4BC270C6AB8AD411AD0B00B0D0493DF0EE7CFD@mail.grandcentral.com> From: Doug Cutting To: 'Lucene Users List' Subject: RE: Memory Usage? Date: Mon, 12 Nov 2001 12:48:35 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > From: Scott Ganyo [mailto:scott.ganyo@eTapestry.com] > > I think something like this would be a HUGE boon for us. We > do a lot of > complex queries on a lot of different indexes and end up > suffering from > severe garbage collection issues on our system. I'd be > willing to help out > in any way to make this issue go away as soon as possible. Did you try the code I just sent out? Did it help much? A problem with things like PrefixQuery are that they let folks easily construct queries which are *very* expensive to evaluate. It is no coincidence that Google et. al. do not permit these sort of queries. So, while we can remove some of the GC overhead, don't forget that these are still expensive operations and will still be rather slow. A feature like PrefixQuery should thus be used sparingly. Doug -- To unsubscribe, e-mail: For additional commands, e-mail: