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

   Hi, thanks for the response! Your explanation of 0% not being allowed makes 
complete sense. For some context though, using our own forked version of 
`TieredMergePolicy`, we have tested with down to 2% allowable deletion and 
still see that behavior is desirable for us (more specifically much lower index 
sizes than at 20% deletes).
   
   Maybe if we want to maintain those limits, we could create a 
`setDeletesPctAllowedUnsafe()` or something like that which has no limits on it 
(or at least drops the lower bound to being > 0 instead of > 20)?


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