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

   I think I'd be ok with any lower bound that is strictly greater than 0. 
However, I am curious if the improvement that you are seeing is actually due to 
reducing the number of deletions, or if it is due to something else - for 
instance the index having fewer segments on average as a result of expunging 
deletes more aggressively.
   
   In theory, going from 5% deletes to 2% deletes should bring an improvement 
of _at most_ 1-(100-2)/(100-5) ~=3%. The fact that you are seeing more may 
suggest that this speedup may be due to having fewer/bigger segments? If this 
is the case, then you should be able to get similar results by bumping the 
floor and max merged segment sizes?


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