Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 41348 invoked from network); 26 Nov 2006 18:11:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Nov 2006 18:11:05 -0000 Received: (qmail 65089 invoked by uid 500); 26 Nov 2006 18:11:14 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 64957 invoked by uid 500); 26 Nov 2006 18:11:14 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 64934 invoked by uid 99); 26 Nov 2006 18:11:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Nov 2006 10:11:14 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Nov 2006 10:11:04 -0800 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id E8F82D495D for ; Sun, 26 Nov 2006 17:43:26 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Sun, 26 Nov 2006 17:43:26 -0000 Message-ID: <20061126174326.11477.26960@ajax.apache.org> Subject: [Db-derby Wiki] Update of "Derby1961MethodCalls" by KnutAndersHatlen X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by KnutAndersHatlen: http://wiki.apache.org/db-derby/Derby1961MethodCalls ------------------------------------------------------------------------------ === Single-record select === This table shows all the methods that are called more than 13 times - per single-record select transaction. + per single-record select transaction. The entire list of all methods + that are called more than 0.99 times per transactions can be found + [attachment:select.txt here]. || '''Method name''' || '''Calls/tx''' || || java.lang.Object. || 87.1469 || @@ -85, +87 @@ === Single-record update === This table shows all the methods that are called more than 15 times - per single-record update transaction. + per single-record update transaction. The entire list of all methods + that are called more than 0.99 times per transactions can be found + [attachment:update.txt here]. || '''Method name''' || '''Calls/tx''' || || java.lang.String.charAt || 200.3260|| @@ -156, +160 @@ === Join === This table shows all the methods that are called more than 10000 times - per join transaction. + per join transaction. The entire list of all methods that are called + more than 0.99 times per transactions can be found + [attachment:join.txt here]. || '''Method name''' || '''Calls/tx''' || || org.apache.derby.iapi.services.io.!ArrayInputStream.setPosition || 43837.7 ||