Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 81856 invoked from network); 7 Mar 2007 00:53:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 00:53:45 -0000 Received: (qmail 68943 invoked by uid 500); 7 Mar 2007 00:53:53 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 68908 invoked by uid 500); 7 Mar 2007 00:53:53 -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 68896 invoked by uid 99); 7 Mar 2007 00:53:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 16:53:53 -0800 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; Tue, 06 Mar 2007 16:53:44 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1A28A714086 for ; Tue, 6 Mar 2007 16:53:24 -0800 (PST) Message-ID: <21575455.1173228804102.JavaMail.root@brutus> Date: Tue, 6 Mar 2007 16:53:24 -0800 (PST) From: "Daniel John Debrunner (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2336) Enable collation based ordering for CHAR data type. In-Reply-To: <651053.1171485066130.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478660 ] Daniel John Debrunner commented on DERBY-2336: ---------------------------------------------- On the metadata, I think the store stores more information that just the format identifiers for an index. The class BTree has a number of fields that seem to be metadata for the index including the ascending/descending status for each column. How flexible is that metadata? can additional information be added without requiring an upgrade of previous versions, e.g. if information about column collation was added? And does each index/table have a set of properties associated with it that could be used to store metadata? > Enable collation based ordering for CHAR data type. > --------------------------------------------------- > > Key: DERBY-2336 > URL: https://issues.apache.org/jira/browse/DERBY-2336 > Project: Derby > Issue Type: Sub-task > Components: SQL > Affects Versions: 10.3.0.0 > Reporter: Mamta A. Satoor > Attachments: DERBY_LocalFinder_CodeCleanup_diff_V01.txt, DERBY_LocalFinder_CodeCleanup_stat_V01.txt > > > I am breaking down the Parent task DERBY-1478 (Add built in language based ordering and like processing to Derby) into multiple sub tasks. One of them is to concentrate on enabling the collation based ordering on (hopefully the simplest of all the character data types) CHAR data type. This task in itself might need subtasks if it is later found that it can be subdivided into multiple smaller steps. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.