You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2014/06/03 18:52:01 UTC

[jira] [Updated] (CASSANDRA-7349) Use Native Frame in CommitLog

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

T Jake Luciani updated CASSANDRA-7349:
--------------------------------------

    Description: We currently read mutations off the wire then re-serialize them to the commit log.  In the case of the Native protocol we have the native Frame available in the mutation we should be able to special case this and use it in the commit log.  I would expect a decent performance boost.  (was: We currently read mutations off the write then re-serialize them to the commit log.  In the case of the Native protocol we have the native Frame available in the mutation we should be able to special case this and use it in the commit log.  I would expect a decent performance boost.)

> Use Native Frame in CommitLog
> -----------------------------
>
>                 Key: CASSANDRA-7349
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7349
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: T Jake Luciani
>              Labels: performance
>             Fix For: 3.0
>
>
> We currently read mutations off the wire then re-serialize them to the commit log.  In the case of the Native protocol we have the native Frame available in the mutation we should be able to special case this and use it in the commit log.  I would expect a decent performance boost.



--
This message was sent by Atlassian JIRA
(v6.2#6252)