Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 97612 invoked from network); 26 Apr 2007 07:22:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Apr 2007 07:22:38 -0000 Received: (qmail 12055 invoked by uid 500); 26 Apr 2007 07:22:44 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 12021 invoked by uid 500); 26 Apr 2007 07:22:44 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 12012 invoked by uid 99); 26 Apr 2007 07:22:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2007 00:22:44 -0700 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; Thu, 26 Apr 2007 00:22:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B16F871407E for ; Thu, 26 Apr 2007 00:22:15 -0700 (PDT) Message-ID: <22456240.1177572135723.JavaMail.jira@brutus> Date: Thu, 26 Apr 2007 00:22:15 -0700 (PDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-2107) Move page latching out of the lock manager In-Reply-To: <5315982.1164184022042.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/DERBY-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen resolved DERBY-2107. --------------------------------------- Resolution: Fixed Fix Version/s: 10.3.0.0 Committed 4a with revision 532636. I think all comments have been addressed (either by fixing them or by opening new JIRAs), so I'm resolving the issue. > Move page latching out of the lock manager > ------------------------------------------ > > Key: DERBY-2107 > URL: https://issues.apache.org/jira/browse/DERBY-2107 > Project: Derby > Issue Type: Improvement > Components: Performance, Services, Store > Affects Versions: 10.3.0.0 > Reporter: Knut Anders Hatlen > Assigned To: Knut Anders Hatlen > Priority: Minor > Fix For: 10.3.0.0 > > Attachments: derby-2107-1a.diff, derby-2107-1a.stat, derby-2107-1b.diff, derby-2107-1c.diff, derby-2107-1c.stat, derby-2107-1d.diff, derby-2107-2a.diff, derby-2107-2a.diff, derby-2107-2a.stat, derby-2107-2a.stat, derby-2107-3a.diff, derby-2107-3a.stat, derby-2107-4a.diff, derby-2107-4a.stat > > > Latching of pages could be done more efficiently locally in store than in the lock manager. See the discussion here: http://thread.gmane.org/gmane.comp.apache.db.derby.devel/33135 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.