make leveled compaction suck less for insert-heavy workloads
------------------------------------------------------------

                 Key: CASSANDRA-3328
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3328
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Jonathan Ellis
            Priority: Minor


In insert-heavy workloads, leveled compaction needs to do a lot of "promotion" 
from one level to a higher one, where the higher level has no overlapping 
sstables. We can optimize a lot of these away by not bothering to rewrite 
sstables that are younger than GCGraceSeconds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to