You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by GitBox <gi...@apache.org> on 2019/07/02 06:54:03 UTC

[GitHub] [lucene-solr] jpountz commented on issue #595: Load freqs lazily in Postings

jpountz commented on issue #595: Load freqs lazily in Postings
URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-507545472
 
 
   I wouldn't trust wikimedium10k and wikimedium500k, these collections are small and there is a lot of noise. wikimedium10m suggests we have a good speedup for conjunctions but a slow down for sloppy phrases (span near and ordered intervals queries are a form of sloppy phrases).
   
   Would you be able to re-run the wikimedium10m benchmark, but with changes to `BlockPostingsEnum` and `EverythingEnum` reverted? Said otherwise, only `BlockDocsEnum` and `BlockImpactsEverythingEnum` would read frequencies lazily. I believe this should help address the slowdown we are seeing with phrases while still getting speedups for conjunctions.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org