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

   > Perhaps if we index Month and Year as docs-only fields we would see some 
impact on queries with those as filters?
   
   +1 -- did that show any measurable performance change?
   
   I'm very surprised it's hard to measure gains from a dense postings 
encoding!  It ought to be super fast when it can apply: O(1) skipping time.  
Admittedly our postings APIs are designed for iteration so there is some API 
overhead due to that (you have to scan for next set bit, but, Java has fast 
primitives that get down to the silicon for this, right)?


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