Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 83686 invoked from network); 1 Sep 2010 13:21:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Sep 2010 13:21:22 -0000 Received: (qmail 22488 invoked by uid 500); 1 Sep 2010 13:21:22 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 22020 invoked by uid 500); 1 Sep 2010 13:21:19 -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 21992 invoked by uid 99); 1 Sep 2010 13:21:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Sep 2010 13:21:17 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Sep 2010 13:21:15 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o81DKrBl010428 for ; Wed, 1 Sep 2010 13:20:53 GMT Message-ID: <33322462.114941283347253383.JavaMail.jira@thor> Date: Wed, 1 Sep 2010 09:20:53 -0400 (EDT) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-4788) Automatically apply the bulk-insert optimization when the size of the source stream warrants it. 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 Automatically apply the bulk-insert optimization when the size of the source stream warrants it. ------------------------------------------------------------------------------------------------ Key: DERBY-4788 URL: https://issues.apache.org/jira/browse/DERBY-4788 Project: Derby Issue Type: Improvement Components: SQL, Store Reporter: Rick Hillegas Bulk-insert is a technique which allows Derby to avoid logging rows when the target table starts out empty. Right now only the import procedures use this technique. Users would see a performance boost if Derby automatically applied this technique whenever a large number of rows were inserted into an empty table. Extensive discussion of the issues can be found on the following derby-dev email threads: "bulk insert" "is there some way to support bulk insert without new syntax, in a zero admin way?" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.