jpountz commented on PR #15116:
URL: https://github.com/apache/lucene/pull/15116#issuecomment-3227027883

   I see a ~3.5% speedup on prefix queries: 
https://benchmarks.mikemccandless.com/Prefix3.html, which is consistent with 
what we saw when we introduced group-varint in for tail postings: multi-term 
queries that process many relatively short postings lists (so that tail 
postings are a non-negligible share of the total number of processed postings) 
got a speedup.


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