Jonathan Ellis created CASSANDRA-5389:
-----------------------------------------

             Summary: Deserialize to arrays instead of trees
                 Key: CASSANDRA-5389
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5389
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
            Priority: Minor
             Fix For: 2.0


As near as I can tell, there's no reason to deserialize CFs to trees anymore.  
On the write path, we move it into an Atomic collection in the Memtable; on the 
read path, we also create a new clone when merging different results.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to