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

   Is `findMerges()` a bottleck for your use-case?
   
   FWIW, this way `TieredMergePolicy` works is a feature, it allows it to 
greedily pack segments into merges in a way that allows going very close to the 
max merged segment size, since you can always count on the smaller segments to 
fill the gap. You can no longer easily do this if you walk segments in 
increasing size order.


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