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

Sandeep Tata updated CASSANDRA-456:
-----------------------------------

    Attachment: 456.patch

CommitLog and Table.apply/applyNow/load paths use RMs directly instead of 
converting to Rows first.

> CommitLog should log RowMutations, not Rows
> -------------------------------------------
>
>                 Key: CASSANDRA-456
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-456
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.4
>         Environment: All
>            Reporter: Sandeep Tata
>            Assignee: Sandeep Tata
>            Priority: Minor
>         Attachments: 456.patch
>
>
> Commitlog and Table.apply use Row objects instead of RowMutations. This is an 
> unnecessary conversion. Rows are typically used to return results while RM 
> should be used for the insert/update/delete path.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to