Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 52434 invoked from network); 15 Feb 2010 18:10:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Feb 2010 18:10:29 -0000 Received: (qmail 32798 invoked by uid 500); 15 Feb 2010 11:03:49 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 32747 invoked by uid 500); 15 Feb 2010 11:03:49 -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 32739 invoked by uid 99); 15 Feb 2010 11:03:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Feb 2010 11:03:49 +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; Mon, 15 Feb 2010 11:03:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 116D0234C045 for ; Mon, 15 Feb 2010 03:03:28 -0800 (PST) Message-ID: <216605599.276251266231808056.JavaMail.jira@brutus.apache.org> Date: Mon, 15 Feb 2010 11:03:28 +0000 (UTC) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-4542) Avoid materialization where possible when cloning CollatorSQLClob In-Reply-To: <769950135.123691265650347993.JavaMail.jira@brutus.apache.org> 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-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan resolved DERBY-4542. ------------------------------------ Resolution: Fixed Fix Version/s: 10.6.0.0 Issue & fix info: [Repro attached] (was: [Repro attached, Patch Available]) Regression tests passed. Committed patch 1a to trunk with revision 910200. > Avoid materialization where possible when cloning CollatorSQLClob > ----------------------------------------------------------------- > > Key: DERBY-4542 > URL: https://issues.apache.org/jira/browse/DERBY-4542 > Project: Derby > Issue Type: Improvement > Components: Store > Affects Versions: 10.3.3.0, 10.4.2.0, 10.5.3.0, 10.6.0.0 > Reporter: Kristian Waagan > Assignee: Kristian Waagan > Priority: Minor > Fix For: 10.6.0.0 > > Attachments: ClobCollationTest.java, derby-4477-workaround.diff, derby-4542-1a-avoid_materialization.diff > > > Cloning a CollatorSQLClob results in always materializing the value. Since CLOBs can be very large, this should be avoided. There should now be sufficient functionality to do this, see SQLClob. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.