ColumnFamilySerializer is a mess and a potential source of bugs and inefficiency
--------------------------------------------------------------------------------

                 Key: CASSANDRA-2891
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2891
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
            Priority: Minor


We use serializeForSSTable for on-disk storage, but serialize for network 
messages.  This is confusing and it's easy to do the wrong thing.  Example: 
SerializingCache calls serialize, which is wasteful since the on-disk version 
is smaller.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to