msokolov commented on pull request #1543:
URL: https://github.com/apache/lucene-solr/pull/1543#issuecomment-638852369


   Our internal benchmarks show slowdowns even as we increase the threshold 
here, although we can nearly recover (-9% QPS) the previous query-time 
performance disabling below 128 bytes. I'm beginning to wonder what the case is 
for compressing BDV at all? Do we see large BinaryDocValues fields that are 
not, or only rarely, decoded at query time? I think if such fields participate 
in the search in any significant way (ie for all hits), we are going to see 
these slowdowns. Maybe the bytes threshold is really just a proxy for binary 
doc values used as stored fields?


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

Reply via email to