On Fri, Feb 25, 2011 at 2:41 PM, A J <s5a...@gmail.com> wrote: > Can the minor compactions across nodes be staggered so that I can > control how many nodes are compacting at any given point ?
Not without some crazy scheme where you control the compaction thresholds dynamically via some external mechanism. You probably don't actually want to do that? You generally want a system which can tolerate minor compaction.. =Rob