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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
