Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 99646 invoked from network); 14 Jun 2007 21:30:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jun 2007 21:30:50 -0000 Received: (qmail 27480 invoked by uid 500); 14 Jun 2007 21:30:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 27444 invoked by uid 500); 14 Jun 2007 21:30:50 -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 27413 invoked by uid 99); 14 Jun 2007 21:30:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 14:30:50 -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, 14 Jun 2007 14:30:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 726357141E2 for ; Thu, 14 Jun 2007 14:30:26 -0700 (PDT) Message-ID: <28731144.1181856626466.JavaMail.jira@brutus> Date: Thu, 14 Jun 2007 14:30:26 -0700 (PDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-1961) Investigate resource usage for different types of load on an in-memory database In-Reply-To: <23558605.1160994216371.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-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-1961. ------------------------------------- Resolution: Fixed Fix Version/s: 10.3.0.0 The investigation has been completed and the results are available on the wiki. Thanks to Dyre and Kristian for contributing data. > Investigate resource usage for different types of load on an in-memory database > ------------------------------------------------------------------------------- > > Key: DERBY-1961 > URL: https://issues.apache.org/jira/browse/DERBY-1961 > Project: Derby > Issue Type: Task > Components: Performance > Affects Versions: 10.2.1.6 > Reporter: Knut Anders Hatlen > Priority: Minor > Fix For: 10.3.0.0 > > Attachments: TestClient.java > > > Investigate how much resources Derby uses and in which parts of the > code they are used on an in-memory database. Find numbers for > different kinds of load: single-record update and select operations, > and join operations. > Example of resource usage that could be measured: CPU, wall-clock > time, system calls, context switches, monitor contention, object > allocations, garbage collection, I/O. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.