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 17FD5D83B for ; Thu, 20 Sep 2012 18:54:08 +0000 (UTC) Received: (qmail 2208 invoked by uid 500); 20 Sep 2012 18:54:07 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 2163 invoked by uid 500); 20 Sep 2012 18:54:07 -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 2058 invoked by uid 99); 20 Sep 2012 18:54:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2012 18:54:07 +0000 Date: Fri, 21 Sep 2012 05:54:07 +1100 (NCT) From: "Mamta A. Satoor (JIRA)" To: derby-dev@db.apache.org Message-ID: <701461753.104190.1348167247822.JavaMail.jiratomcat@arcas> Subject: [jira] [Assigned] (DERBY-4789) Always apply the bulk-insert optimization when inserting from a table function. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-4789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamta A. Satoor reassigned DERBY-4789: -------------------------------------- Assignee: Rick Hillegas (was: Mamta A. Satoor) > Always apply the bulk-insert optimization when inserting from a table function. > ------------------------------------------------------------------------------- > > Key: DERBY-4789 > URL: https://issues.apache.org/jira/browse/DERBY-4789 > Project: Derby > Issue Type: Improvement > Components: SQL > Reporter: Rick Hillegas > Assignee: Rick Hillegas > Fix For: 10.6.2.3, 10.7.1.1 > > Attachments: derby-4789-01-ab-alwaysForTableFunctions.diff, DERBY-4789-AddMoreTests3.diff, DERBY-4789-QuestionTest2.diff, DERBY-4789-QuestionTest.diff, TableFunctionTest.java > > > Inserting from a table function is a lot like importing from a file: > 1) Derby has limited visibility into the size of the external data source. > 2) The user is often trying to import a large data set. > The import procedures assume that Derby should always apply the bulk-insert optimization when importing from a file. The same assumption seems reasonable whenever a table function appears in the source stream of an INSERT. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira