[
https://issues.apache.org/jira/browse/CASSANDRA-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839912#action_12839912
]
Stu Hood commented on CASSANDRA-777:
------------------------------------
Well, we won't need to read from a new format until we merge a new format, but
we wouldn't want to do all of that in one patchset.
I'd like to submit separate issues that:
1. Modify this interface to use it to make the reading half of compactions
memory efficient (almost exactly like the Slice/Scanner API I submitted for 674)
2. Add the new file format (with the next Scanner/Reader subclasses) to make
the writing half of compaction memory efficient.
I'd like to try and submit the first issue tonight (pending fixing one nagging
bug).
> Extract SSTable interfaces to allow for alternative implementations
> -------------------------------------------------------------------
>
> Key: CASSANDRA-777
> URL: https://issues.apache.org/jira/browse/CASSANDRA-777
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Stu Hood
> Fix For: 0.7
>
> Attachments: 0001-Create-sstable-package.patch,
> 0001-Create-sstable-package.patch,
> 0002-Extract-abstract-base-classes-for-SSTableReader-and-.patch,
> 0002-Extract-abstract-base-classes-for-SSTableReader-and-.patch
>
>
> In order to create alternate implementations of SSTableReader and Scanner, we
> need to extract abstract bases for those classes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.