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/09/15 06:44:38 UTC

[GitHub] [lucene-solr] jpountz opened a new pull request #1874: LUCENE-9510: Don't compress temporary stored fields and term vectors when index sorting is enabled.

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


   When index sorting is enabled, stored fields and term vectors can't be
   written on the fly like in the normal case, so they are written into
   temporary files that then get resorted. For these temporary files,
   disabling compression speeds up indexing significantly.
   
   On a synthetic test that indexes stored fields and a doc value field
   populated with random values that is used for index sorting, this
   resulted in a 3x indexing 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.

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 merged pull request #1874: LUCENE-9510: Don't compress temporary stored fields and term vectors when index sorting is enabled.

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


   


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