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 22DB31057C for ; Fri, 14 Jun 2013 17:34:21 +0000 (UTC) Received: (qmail 39469 invoked by uid 500); 14 Jun 2013 17:34:21 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 39450 invoked by uid 500); 14 Jun 2013 17:34:21 -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 39434 invoked by uid 99); 14 Jun 2013 17:34:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 17:34:20 +0000 Date: Fri, 14 Jun 2013 17:34:20 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (DERBY-4962) Create a table function which efficiently migrates data out of foreign databases and which can be used for ongoing data integration 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-4962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas closed DERBY-4962. -------------------------------- > Create a table function which efficiently migrates data out of foreign databases and which can be used for ongoing data integration > ----------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-4962 > URL: https://issues.apache.org/jira/browse/DERBY-4962 > Project: Derby > Issue Type: Improvement > Components: Tools > Reporter: Rick Hillegas > Assignee: Rick Hillegas > Fix For: 10.9.1.0 > > Attachments: ForeignTableVTI.java > > > DDLUtils and other tools are good at copying the shape of foreign schemas into Derby. It would be good to have a tool which efficiently bulk-copies the foreign data into Derby. This would be faster than having to dump the foreign data into flat files and then import those files into Derby. In addition, many data integration applications need to siphon new data out of foreign database on an ongoing basis. A tool based around a RestrictedVTI would be able to push the column projection and WHERE clause into the foreign database in order to speed up the siphoning. I will attach a Restricted VTI which can be used for the following tasks: > 1) Initial bulk-loading of Derby from a foreign database. > 2) Efficient on-going data integration. -- 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