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 49A96D6A8 for ; Tue, 11 Dec 2012 15:01:28 +0000 (UTC) Received: (qmail 42185 invoked by uid 500); 11 Dec 2012 15:01:28 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 42118 invoked by uid 500); 11 Dec 2012 15:01:27 -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 42097 invoked by uid 99); 11 Dec 2012 15:01:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2012 15:01:27 +0000 Date: Tue, 11 Dec 2012 15:01:27 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-5043) Small CollationController refactoring and CFS.getRawCachedRow(DecoratedKey) fix. 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-5043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13529030#comment-13529030 ] Jonathan Ellis commented on CASSANDRA-5043: ------------------------------------------- I thought we took out the ABSC assert because counter merging will add things out of order. > Small CollationController refactoring and CFS.getRawCachedRow(DecoratedKey) fix. > -------------------------------------------------------------------------------- > > Key: CASSANDRA-5043 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5043 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Pavel Yaskevich > Assignee: Pavel Yaskevich > Priority: Minor > Fix For: 1.2.0 > > Attachments: ABSC-with-addAll-for-time-ordered-data.patch, CASSANDRA-5043.patch > > > CollactionController can construct a factory on init based on mutableColumns parameter. ArrayBackedSortedColumns proven to be better for counters as well as normal columns (row size from 5 to 75 columns). CFS.getRawCachedRow would copy key byte array each time it contracts a RowCacheKey so we want to avoid that where possible. -- 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