You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "sankalp kohli (JIRA)" <ji...@apache.org> on 2013/10/18 02:48:41 UTC

[jira] [Commented] (CASSANDRA-6216) Level Compaction should persist last compacted key per level

    [ https://issues.apache.org/jira/browse/CASSANDRA-6216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13798675#comment-13798675 ] 

sankalp kohli commented on CASSANDRA-6216:
------------------------------------------

Instead of sorting all sstables in a level by token and iterating over them, should we not pick those sstables which have the largest overlapping with sstables in the higer level. Though this might cause starvation to some sstables as they wont get a chance to compact. May be a mix of both will work better. 

> Level Compaction should persist last compacted key per level
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-6216
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6216
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: sankalp kohli
>            Priority: Minor
>
> Level compaction does not persist the last compacted key per level. This is important for higher levels. 
> The sstables with higher token and in higher levels wont get a chance to compact as the last compacted key will get reset after a restart.    



--
This message was sent by Atlassian JIRA
(v6.1#6144)