vsop-479 commented on issue #13022:
URL: https://github.com/apache/lucene/issues/13022#issuecomment-1900060071

   Out of curiosity, i measured the method performance in both pick up order,  
by add a test case in `TestTieredMergePolicy`(without assert):
   
   seg count | baseline(desc pick) | candidate(asc pick) | speedup
   -- | -- | -- | --
   20 | 2422458 | 2215500 | 8.5%
   50 | 2790250 | 2466834 | 11.5%
   120 | 5624833 | 3950459 | 29.7%
   200 | 11594958 | 7412708 | 36.0%
   
   When the segment count is larger than 100 (which is unusual), there is a 
stable speedup.


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