On Fri, Feb 25, 2011 at 10:14 AM, A J <s5a...@gmail.com> wrote: > OK. Is it also driven by type of compaction ? Does a minor compaction > require less working space than major compaction ?
Yes, unless that minor compaction happens to involve all SStables due to compaction thresholds, at which time it is a major compaction. =Rob