Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D525F5C6 for ; Mon, 1 Apr 2013 16:21:17 +0000 (UTC) Received: (qmail 44951 invoked by uid 500); 1 Apr 2013 16:21:16 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 44825 invoked by uid 500); 1 Apr 2013 16:21:16 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 44439 invoked by uid 99); 1 Apr 2013 16:21:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Apr 2013 16:21:16 +0000 Date: Mon, 1 Apr 2013 16:21:16 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CASSANDRA-5403) Clean up ColumnFamily, ISortedColumns heirarchy 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/CASSANDRA-5403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618871#comment-13618871 ] Jonathan Ellis edited comment on CASSANDRA-5403 at 4/1/13 4:19 PM: ------------------------------------------------------------------- Rebased on top of trunk (post-5395-commit) and fixed some test errors: https://github.com/jbellis/cassandra/commits/5403-2 was (Author: jbellis): Rebased on top of trunk (post-5395-commit) and fixed some test errors: https://github.com/jbellis/cassandra/tree/5403-2 > Clean up ColumnFamily, ISortedColumns heirarchy > ----------------------------------------------- > > Key: CASSANDRA-5403 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5403 > Project: Cassandra > Issue Type: Bug > Reporter: Jonathan Ellis > Assignee: Jonathan Ellis > Fix For: 2.0 > > > CF wraps ISC but adds no real functionality of its own (post-supercolumn cleanup). > This means that we're wasting allocations every time we create a CF/ISC pair when really one would do. > Other things that would be nice to clean up: > # We often create an empty CF as a placeholder that should not be modified, and rely on convention to avoid such modification. We could enforce this with a new CF/ISC subclass. > # Many places still use TMBSC where ABSC would be adequate and cheaper > # Other places still (ModificationStatement; others?) would be fine using a column container with no sorting requirement at all -- 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