You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2015/09/01 16:22:47 UTC

[jira] [Updated] (CASSANDRA-10193) Improve Rows.diff and Rows.merge efficiency; downgrade Row.columns() to Collection

     [ https://issues.apache.org/jira/browse/CASSANDRA-10193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-10193:
---------------------------------------
    Reviewer: Marcus Eriksson

[~krummas] to review

> Improve Rows.diff and Rows.merge efficiency; downgrade Row.columns() to Collection<ColumnDefinition>
> ----------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-10193
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10193
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Benedict
>            Assignee: Benedict
>             Fix For: 3.0.0 rc1
>
>
> There's not really a lot of reason to store a Columns instance in each row. Retaining it introduces extra costs on every row merge, in both consumed CPU time and heap. 
> While working on CASSANDRA-10045 it became apparent this would be very easy to remove, however to avoid scope creep I have filed this as a follow up ticket.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)