jimczi commented on PR #12551: URL: https://github.com/apache/lucene/pull/12551#issuecomment-1720078533
Adding some charts together to compare how effective it is to use a dynamic efSearch. The first chart shows how well different efSearch values work on one segment, on multiple segments with a fixed efSearch, and on multiple segments with a dynamic efSearch that changes based on segment size. The second chart compares how many comparisons are needed for each efSearch value, with the single-segment case as the starting point. For example, if you set efSearch to 10, you'll need more than 16 times as many comparisons when using the same value for all segments compared to when you're dealing with just one segment. ## SIFT (10-200)  ## SIFT (100-2000)  ## Cohere (10-200)  ## Cohere (100-2000)  -- 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