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

   Do you have any measure of how many bytes in a big posting is spent on skip 
data vs doc/freq blocks?
   
   The gains on the last benchy look awesome!  It's surprising 
`CountOrHighHigh` is so affected: it never uses skip data right?  It just skips 
the skip data (heh)?  Hmm or is it doing that cool opto of `CountOrXY = 
Count(X) + Count(Y) - CountAndXY`?  Was that ever merged or just idea phase?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to