From dev-return-14973-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Wed Nov 07 23:24:15 2007 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 50701 invoked from network); 7 Nov 2007 23:24:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2007 23:24:15 -0000 Received: (qmail 88838 invoked by uid 500); 7 Nov 2007 23:24:01 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 88813 invoked by uid 500); 7 Nov 2007 23:24:01 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 88626 invoked by uid 99); 7 Nov 2007 23:24:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 15:24:00 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 23:24:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2FE4071423E for ; Wed, 7 Nov 2007 15:23:51 -0800 (PST) Message-ID: <32986000.1194477831193.JavaMail.jira@brutus> Date: Wed, 7 Nov 2007 15:23:51 -0800 (PST) From: "Przemo Pakulski (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-1111) Accesss to version history results in reading all versions of versionable node In-Reply-To: <20185852.1188921166281.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Przemo Pakulski resolved JCR-1111. ---------------------------------- Resolution: Fixed Fix Version/s: 1.4 patch applied in rev. 592947 > Accesss to version history results in reading all versions of versionable node > ------------------------------------------------------------------------------ > > Key: JCR-1111 > URL: https://issues.apache.org/jira/browse/JCR-1111 > Project: Jackrabbit > Issue Type: Improvement > Components: versioning > Affects Versions: 1.4 > Reporter: Przemo Pakulski > Fix For: 1.4 > > Attachments: JCR-1111.patch > > > InternalVersionHistoryImpl loads all versions at once during initialization. Because of that all versioning operations (incl. checkin, label, restore) are significantly slower when node has many versions. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.