vsop-479 opened a new issue, #13022: URL: https://github.com/apache/lucene/issues/13022
### Description In TieredMergePolicy.doFindMerges, we pick up segments in segment size's descending order, if `hitTooLarge` we need continue to find smaller segments. If we pick up segments in ascending order, we could terminate when `hitTooLarge`. We may get a speedup when `SegmentInfos` contains a lot of segments. In this policy, small segments will have a high priority to be merged. -- 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.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