You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sylvain Lebresne (JIRA)" <ji...@apache.org> on 2015/07/20 10:14:05 UTC

[jira] [Created] (CASSANDRA-9847) Don't serialize CFMetaData in read responses

Sylvain Lebresne created CASSANDRA-9847:
-------------------------------------------

             Summary: Don't serialize CFMetaData in read responses
                 Key: CASSANDRA-9847
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9847
             Project: Cassandra
          Issue Type: Sub-task
            Reporter: Sylvain Lebresne
            Assignee: Sylvain Lebresne


Our CFMetaData ids are 16 bytes long, which for small messages is a non trivial part of the size (we're further currently unnecessarily serialize it with every partition). At least for read response, we don't really need to serialize it at all since we always to which query this is a response of.



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