Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 4638 invoked from network); 4 Jun 2008 20:51:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2008 20:51:47 -0000 Received: (qmail 77623 invoked by uid 500); 4 Jun 2008 20:51:48 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 77612 invoked by uid 500); 4 Jun 2008 20:51:48 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 77601 invoked by uid 99); 4 Jun 2008 20:51:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 13:51:48 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jukka.zitting@gmail.com designates 64.233.178.251 as permitted sender) Received: from [64.233.178.251] (HELO hs-out-0708.google.com) (64.233.178.251) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 20:50:59 +0000 Received: by hs-out-0708.google.com with SMTP id h53so202916hsh.11 for ; Wed, 04 Jun 2008 13:51:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=XWQmrXG2WHJDg4OAaw2DXJ5HNa113kMxCasqOzp8hng=; b=NdaR9ORmhrvq9Jn7wtEcre3PIhJ6sIveJTVKzuYo4oIOEt5odCZJ0Z+8Jc3jrN6EqQ AXrCsQT4Y308oKFh07m2NH/J7/GdPhr/eWK1WsaRdrYXuumPuS4iSxBPAqA8lOgCjyxR Lf64MHlL3gsBH9y2xTELvNZ8Yn4jOsuLv6XEg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=RRIyzSBwfYVWYJuNCcQJDyZgy7W6eRmwHxivhxJQBas9E+FqHDFXCpkqEM/TcHuWH8 9c5kL4ENGstLsSI7Yf56akobYZ77hw1tEtPBahg9ARbvGLYUwdh24sdRFayM6cYTi+ax wBr5BJ6L0IkWGKdryyoUDFepCGIMtx4iPABzU= Received: by 10.100.240.17 with SMTP id n17mr680663anh.49.1212612675499; Wed, 04 Jun 2008 13:51:15 -0700 (PDT) Received: by 10.90.115.13 with HTTP; Wed, 4 Jun 2008 13:51:15 -0700 (PDT) Message-ID: <510143ac0806041351i7ab3e3aatbb5cbdb46d926a04@mail.gmail.com> Date: Wed, 4 Jun 2008 23:51:15 +0300 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: newb performance question In-Reply-To: <296442DF-3BB6-4B9E-9317-310124B0AA90@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <06AE66D6-034F-4B65-AF00-D5A4ABFE45A6@comcast.net> <510143ac0806031335o4d33e746je327817b14a492b1@mail.gmail.com> <296442DF-3BB6-4B9E-9317-310124B0AA90@comcast.net> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Wed, Jun 4, 2008 at 6:34 PM, Wade Girard wrote: > It is still slow, now the messages that I am seeing in the log are > > *INFO * IndexMerger: merged xxx documents in yyy ms into _aka. > (IndexMerger.java, line 304) > > Where xxx is a number, usually 1000 and yyy is a number between 100 and 2700 Just a guess, do you have many PDF files in the repository? The PDF text extractor is notoriously slow especially with large files. BR, Jukka Zitting