Make SSTableWriter.append(...) methods seekless.
------------------------------------------------

                 Key: CASSANDRA-2879
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2879
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Pavel Yaskevich
            Assignee: Pavel Yaskevich
             Fix For: 1.0


as we already have a CF.serializedSize() method we don't need to reserve a 
place to store data size when we write data to SSTable. Compaction should be 
seekless too because we calculate data size before we write actual content.

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

        

Reply via email to