jpountz commented on issue #14004:
URL: https://github.com/apache/lucene/issues/14004#issuecomment-2497680059

   > Or does that 50% check trump the flooring?
   
   It does trump the flooring indeed. The reasoning is that even if a user is 
happy to spend lots of hardware resources on merging, they would likely still 
be unhappy with merging running in quadratic time. That said, the 50% check may 
be too conservative. We could look into relaxing it or making it a function of 
`numSegmentsPerTier` (only increasing the segment size by 50% when you merge 10 
segments at once sounds bad, less so when you merge 2 segments at once?).


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