Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 39262 invoked from network); 12 Sep 2009 21:11:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Sep 2009 21:11:27 -0000 Received: (qmail 16844 invoked by uid 500); 12 Sep 2009 21:11:27 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 16781 invoked by uid 500); 12 Sep 2009 21:11:26 -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 16773 invoked by uid 99); 12 Sep 2009 21:11:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Sep 2009 21:11:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Sep 2009 21:11:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 84F4F234C046 for ; Sat, 12 Sep 2009 14:10:57 -0700 (PDT) Message-ID: <566869.1252789857530.JavaMail.jira@brutus> Date: Sat, 12 Sep 2009 14:10:57 -0700 (PDT) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-4363) Add simple benchmark for measuring GROUP BY performance In-Reply-To: <679451301.1251560852706.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Pendleton resolved DERBY-4363. ------------------------------------ Resolution: Fixed Fix Version/s: 10.6.0.0 I fixed a small typo in wisconsin.java (the 'compress' argument was always being set to 'false', ran a complete set of regression tests without problem, and submitted this benchmark as revision 814237. We may end up adding more types of GROUP BY statements to this benchmark over time, but for now it seems like the work on this task is done. > Add simple benchmark for measuring GROUP BY performance > ------------------------------------------------------- > > Key: DERBY-4363 > URL: https://issues.apache.org/jira/browse/DERBY-4363 > Project: Derby > Issue Type: Sub-task > Components: Test, Tools > Reporter: Bryan Pendleton > Assignee: Bryan Pendleton > Priority: Minor > Fix For: 10.6.0.0 > > Attachments: benchmark.sh, bmTrunk.out, bmWithPatch.out, multiColumnBenchmark.diff, simpleBenchmark.diff > > > As part of ROLLUP implementation (DERBY-3002), it will be helpful to be able to measure the performance of GROUP BY. > Using the o.a.dT.perf.clients framework, this sub-task proposes to add a GroupByClient to the performance runner > library; the GroupByClient will run GROUP BY statements against the Wisconsin benchmark database. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.