You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2011/07/12 22:59:01 UTC

[jira] [Created] (CASSANDRA-2891) ColumnFamilySerializer is a mess and a potential source of bugs and inefficiency

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