Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 47712 invoked from network); 23 Mar 2007 17:57:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Mar 2007 17:57:56 -0000 Received: (qmail 94539 invoked by uid 500); 23 Mar 2007 17:58:01 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 94507 invoked by uid 500); 23 Mar 2007 17:58:00 -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 94496 invoked by uid 99); 23 Mar 2007 17:58:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2007 10:58:00 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Fri, 23 Mar 2007 10:57:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 72D82714070 for ; Fri, 23 Mar 2007 10:57:32 -0700 (PDT) Message-ID: <19391433.1174672652468.JavaMail.jira@brutus> Date: Fri, 23 Mar 2007 10:57:32 -0700 (PDT) From: "A B (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-2483) Reduce compilation time for queries with large IN lists made up of literals. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Reduce compilation time for queries with large IN lists made up of literals. ---------------------------------------------------------------------------- Key: DERBY-2483 URL: https://issues.apache.org/jira/browse/DERBY-2483 Project: Derby Issue Type: Improvement Components: Performance Affects Versions: 10.3.0.0 Reporter: A B Priority: Minor Pulled from the write-up of DERBY-47: As seen in the before-and-after.html document attached to DERBY-47, the compilation/optimization time for a query with an IN list consisting of all literals is far larger than it is for a similar in which the IN list consists of all parameters. Since the "probe predicate" optimization implemented as part of DERBY-47 should apply similarly to both types of queries, it would be good to figure out what it is about literals that makes for such a long compilation time (with respect to parameters), and to address that issue. Note that this relatively excessive compilation time was an issue even before the changes for DERBY-47 were committed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.