You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Gary Dusbabek (JIRA)" <ji...@apache.org> on 2009/12/22 00:33:18 UTC

[jira] Commented: (CASSANDRA-645) replace RowMutation w/ serialized thrift structs

    [ https://issues.apache.org/jira/browse/CASSANDRA-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793416#action_12793416 ] 

Gary Dusbabek commented on CASSANDRA-645:
-----------------------------------------

I still don't get where the extra copy is happening.  Are you referring to serialization/deserialization operations?  Do you mean that the creation of RowMutation should be pushed down to be as near to the actual write as possible?

> replace RowMutation w/ serialized thrift structs
> ------------------------------------------------
>
>                 Key: CASSANDRA-645
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-645
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Gary Dusbabek
>            Priority: Minor
>             Fix For: 0.9
>
>         Attachments: 645-thrift.patch
>
>
> using the client's representation internally will save basically a copy operation on the critical write path

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