jpountz commented on PR #13692: URL: https://github.com/apache/lucene/pull/13692#issuecomment-2324658146
I plotted the number of docs that queries need to skip within a block when advancing to get a better idea of the distribution, for our queries that bottleneck on advancing. The way you should read the chart is that `CountAndHighHigh` (upper line, blue) skips 5 docs or less 97% of the time, while `OrHighMed` (lower line, green) needs to skip 8 docs or more 50% of the time. ![How many docs do queries need to skip when advancing within a block_](https://github.com/user-attachments/assets/9c87ceff-0eba-4f30-913a-b7e9eea62423) -- 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