mikemccand commented on issue #12877:
URL: https://github.com/apache/lucene/issues/12877#issuecomment-1845276785

   +1, I like this idea.  It might be implemented by having `TieredMergePolicy` 
dynamically set the max segment size (in doc count, not just bytes) as a 
function of total `maxDoc` in the index?
   
   Perhaps when the index is tiny it doesn't do the `maxDoc/N`, but only once 
enough maxDoc have been index, start enforcing that ...


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