[
https://issues.apache.org/jira/browse/CASSANDRA-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793478#action_12793478
]
Jonathan Ellis commented on CASSANDRA-645:
------------------------------------------
Currently it looks like this:
bytes on wire -> Thrift Mutation on coordinator node -> RowMutation on CN ->
bytes on wire -> RM on data node
proposing
bytes on wire -> Thrift Mutation on coordinator node -> bytes on wire -> TM on
data node
skipping copying/morphing the TM into RM
> 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.