keith-turner opened a new issue #1071: Look into making merging minor compactions logarithmic URL: https://github.com/apache/accumulo/issues/1071 Worst case performance for repeated merging minor compaction can be O(N^2). I think it would be better to make this tunable where a user can get logarithmic performance if they are willing to let a few extra files be created OR get O(N^2) performance if there is a hard limit on files.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services