Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 41367 invoked from network); 25 Jul 2006 19:27:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Jul 2006 19:27:09 -0000 Received: (qmail 16502 invoked by uid 500); 25 Jul 2006 19:27:09 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 16397 invoked by uid 500); 25 Jul 2006 19:27:09 -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 16386 invoked by uid 99); 25 Jul 2006 19:27:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 12:27:08 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of vik002@gmail.com designates 66.249.92.174 as permitted sender) Received: from [66.249.92.174] (HELO ug-out-1314.google.com) (66.249.92.174) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 12:27:08 -0700 Received: by ug-out-1314.google.com with SMTP id m3so2845657ugc for ; Tue, 25 Jul 2006 12:26:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=MwWJuZUPPe8ElmGLxiaA3vr7LE3vyW/UXmNaQJHMVPxq4dvrm+vq+dEHn6asicssfYMpkHb7ckTN7xU5pZxBWNvBjpKT4mcdwXvTN06juFQqtPFDpyV0AgoSGXOuVJu4dIqjyuWQlzBWmbYPcG5IZDJlNf+uLnyp0gQr2n716m8= Received: by 10.66.240.12 with SMTP id n12mr5114678ugh; Tue, 25 Jul 2006 12:26:47 -0700 (PDT) Received: by 10.67.89.17 with HTTP; Tue, 25 Jul 2006 12:26:46 -0700 (PDT) Message-ID: <33aff08b0607251226ubd2f0ben63444806bfbe0f6@mail.gmail.com> Date: Tue, 25 Jul 2006 14:26:46 -0500 From: "Vikas Bhatia" To: users@jackrabbit.apache.org Subject: Re: Increase in save time In-Reply-To: <5491201.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9511_13562648.1153855606684" References: <5491201.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_9511_13562648.1153855606684 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline What kind of repository structure are you using. PersistenceManager? On 7/25/06, sowmi wrote: > > > I am trying to load items in batches of 10000 to my repository. While the > first loads are quick enough, the save time seems to be increasing with > each > subsequent batch. These are the times in seconds for each 10000 items: > > 42,121,186,267,309,343,372,412,451,498,524,540 > > Any idea why this happens? Is the save time dependent on the number of > items > in repository? I am using the same session object for each of the batch > saves. Will it make a difference if I recycle the session? Please help. > > -- > View this message in context: > http://www.nabble.com/Increase-in-save-time-tf1999932.html#a5491201 > Sent from the Jackrabbit - Users forum at Nabble.com. > > ------=_Part_9511_13562648.1153855606684--