Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@apache.org Received: (qmail 66602 invoked from network); 27 Feb 2003 23:57:13 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 27 Feb 2003 23:57:13 -0000 Received: (qmail 23480 invoked by uid 97); 27 Feb 2003 23:58:55 -0000 Delivered-To: qmlist-jakarta-archive-lucene-user@nagoya.betaversion.org Received: (qmail 23473 invoked from network); 27 Feb 2003 23:58:54 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 27 Feb 2003 23:58:54 -0000 Received: (qmail 66329 invoked by uid 500); 27 Feb 2003 23:57:10 -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 66318 invoked from network); 27 Feb 2003 23:57:10 -0000 Received: from mta.micromuse.com (194.131.185.92) by daedalus.apache.org with SMTP; 27 Feb 2003 23:57:10 -0000 Received: from micromuse.com (l95212l.digex.net [216.4.9.35] (may be forged)) (authenticated (0 bits)) by mta.micromuse.com (Switch-2.2.4/Switch-2.2.4) with ESMTP id h1RNvBo14671 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified NO) for ; Thu, 27 Feb 2003 23:57:15 GMT Message-ID: <3E5EA5D6.3080909@micromuse.com> Date: Thu, 27 Feb 2003 15:57:10 -0800 From: David Spencer Organization: Micromuse User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucene Users List Subject: Re: MAX Index Size POLL References: <919A8C811073E949901532C46927EE308B3AD3@mailsrv1.copyright.com> In-Reply-To: <919A8C811073E949901532C46927EE308B3AD3@mailsrv1.copyright.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Samir Satam wrote: >Thanks for ur reply. > >Maybe i asked the wrong question. > >Lets Say > >Just, > >Number of documents indexed. (No. of Document objects in the index) >AND >The index size one has had yet. Regardless of the no of document objects. (To determine one the max index size one is working with.) > We use Lucene (v1.2) extensively internally. Largest single database looks like 11,552 docs with the db size (the sum of the sizes of the files that make up the index) is 842MB. All indexes are also merged into one "mega" index which contains 249,184 docs and is 1.2GB - I think think this is done because the JSP search pages were not coded to use MultiSearcher. Overall there are 24 indexes with 536,415 docs indexed into a total of 2GB of index space - though this count includes the mega index so you could 1/2 the numbers which I guess agree with the previous paragraph... > >thanks >samir > > >-----Original Message----- >From: Terry Steichen [mailto:terry@net-frame.com] >Sent: Thursday, February 27, 2003 12:47 PM >To: Lucene Users List >Subject: Re: MAX Index Size POLL > > >Samir, > >The size of the index depends on (a) the size of the documents, (b) the >number of fields per document, (c) the fields that are kept in the index. >The time taken to index depends on the same plus the characteristics of the >processor and storage i/o. With so many variables, I don't think the simple >listing you're requesting will be of much use. > >Regards, > >Terry > >----- Original Message ----- >From: "Samir Satam" >To: "Lucene Users List" >Sent: Thursday, February 27, 2003 12:22 PM >Subject: MAX Index Size POLL > > >Hello friends, >If it is not much of a trouble, I would like to ask as many of you as >possible, to post some statistics. >This would preferably include > >1. Size of the index. >2. No of documents indexed. >3. Time taken to index new documents. >4. Time taken for a typical query. > > >thank you, >Samir > >--------------------------------------------------------------------- >To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: lucene-user-help@jakarta.apache.org > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: lucene-user-help@jakarta.apache.org > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: lucene-user-help@jakarta.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org