Minor compactions will occur whenever the in memory maps fill up. You can get around this by creating ridiculously large in memory maps, but this means you must have a lot of RAM available.
As for managing Major Compactions, this can be altered by increasing the compaction ratio to an insane value, such as Integer.MAX_VALUE. John On Fri, Aug 2, 2013 at 10:33 PM, Matt Kennedy <[email protected]> wrote: > Is there a way to turn off automatic compactions in Accumulo? >
