Check SSTable range before running cleanup
------------------------------------------
Key: CASSANDRA-4079
URL: https://issues.apache.org/jira/browse/CASSANDRA-4079
Project: Cassandra
Issue Type: Improvement
Components: Core
Affects Versions: 1.0.8
Reporter: Benjamin Coverston
Priority: Minor
Before running a cleanup compaction on an SSTable we should check the range to
see if the SSTable falls into the range we want to remove. If it doesn't we can
just mark the SSTable as compacted and be done with it, if it does, we can
no-op.
Will not help with STCS, but for LCS, and perhaps some others we may see a
benefit here after topology changes.
--
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