jpountz opened a new pull request, #14165:
URL: https://github.com/apache/lucene/pull/14165

   `maxMergeAtOnce` increases merge amplification by running multiple merges 
when it could run a single merge, without giving significant benefits in 
exchange. We removed this parameter for forced merges in #230. Let's row remove 
it for regular merges as well?
   
   In practice, merges above the floor segment size will be bounded by the 
number of segments per tier, and merges below the floor segment size will be 
unbounded.


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to