You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2020/08/13 14:48:40 UTC

[GitHub] [lucene-solr] jpountz opened a new pull request #1748: LUCENE-9447: Increase block sizes for stored fields.

jpountz opened a new pull request #1748:
URL: https://github.com/apache/lucene-solr/pull/1748


   BEST_SPEED and BEST_COMPRESSION keep the same compression algorithms but
   increase their respective block sizes from 16kB and 60kB to 64kB and
   256kB.
   
   I disabled the per-thread caching of buffers, which could likely become
   memory hogs with these greater block sizes.


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



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


[GitHub] [lucene-solr] jpountz commented on pull request #1748: LUCENE-9447: Increase block sizes for stored fields.

Posted by GitBox <gi...@apache.org>.
jpountz commented on pull request #1748:
URL: https://github.com/apache/lucene-solr/pull/1748#issuecomment-680733827


   I'm closing in favor of #1762 and I'll open a separate PR to disable the per-thread caching of buffers.


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



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


[GitHub] [lucene-solr] jpountz closed pull request #1748: LUCENE-9447: Increase block sizes for stored fields.

Posted by GitBox <gi...@apache.org>.
jpountz closed pull request #1748:
URL: https://github.com/apache/lucene-solr/pull/1748


   


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



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