mikemccand commented on PR #13692:
URL: https://github.com/apache/lucene/pull/13692#issuecomment-2353416849

   > I plotted the number of docs that queries need to skip within a block when 
advancing
   
   This is a really cool chart!
   
   Maybe we could somehow dynamically optimize, picking the right search 
(linear, vs (branchless) binary) depending on the stats/behavior of the actual 
blocks we've encountered so far?  It'd be a simple form of query optimization 
... but that's maybe more code complexity than is worth it ...


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