Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1041324B2 for ; Wed, 27 Apr 2011 11:39:46 +0000 (UTC) Received: (qmail 328 invoked by uid 500); 27 Apr 2011 11:39:45 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 306 invoked by uid 500); 27 Apr 2011 11:39:45 -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 299 invoked by uid 99); 27 Apr 2011 11:39:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2011 11:39:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2011 11:39:41 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4DA83B6897 for ; Wed, 27 Apr 2011 11:39:03 +0000 (UTC) Date: Wed, 27 Apr 2011 11:39:03 +0000 (UTC) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Message-ID: <1761105547.5618.1303904343314.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (DERBY-5206) Investigate reduced throughput in some of the nightly performance tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Investigate reduced throughput in some of the nightly performance tests ----------------------------------------------------------------------- Key: DERBY-5206 URL: https://issues.apache.org/jira/browse/DERBY-5206 Project: Derby Issue Type: Task Components: SQL Affects Versions: 10.8.1.2 Environment: Solaris 10 5/08 s10x_u5wos_10 X86 java version "1.6.0" Java(TM) SE Runtime Environment (build 1.6.0-b105) Java HotSpot(TM) Server VM (build 1.6.0-b105, mixed mode) Reporter: Knut Anders Hatlen The last two months, the nightly performance regression tests (http://home.online.no/~olmsan/derby/perf/) have shown results that are slightly lower than normal for the following test: - Single Record Select, Non-primary non-indexed column - http://home.online.no/~olmsan/derby/perf/select_sec_noindex_1y.html - TPC-B like load (aka bank_tx) - http://home.online.no/~olmsan/derby/perf/tpcb_1y.html For example, when averaging the results from 2011-03-01 to 2011-04-26 and comparing them to the average for the two preceding months (2011-01-01 to 2011-03-01), I see these changes: Select, single-threaded: 17.05 tx/s -> 16.81 tx/s (down 1.4%) Select, 4 threads: 25.50 tx/s -> 24.70 tx/s (down 3.1%) Select, 16 threads: 25.17 tx/s -> 24.47 tx/s (down 2.8%) bank_tx, single-threaded: 1931 tx/s -> 1904 tx/s (down 1.4%) bank_tx, 4 threads: 2628 tx/s -> 2589 tx/s (down 1.5%) bank_tx, 16 threads: 3584 tx/s -> 3519 tx/s (down 1.8%) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira