jpountz commented on pull request #1543: URL: https://github.com/apache/lucene-solr/pull/1543#issuecomment-640112234
@mikemccand With `HighTermTitleBDVSort`, almost every match requires decoding a new block of 32 values, which is a worst-case scenario. On the other hand `MatchAllBDVSort` and the faceting tasks need many documents per block, so the cost of decoding the block is amortized across several documents. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org