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/14 15:18:12 UTC

[GitHub] [lucene-solr] jpountz opened a new pull request #1872: LUCENE-9510: Don't pull a merge instance when flushing stored fields out-of-order.

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


   With recent changes to stored fields that split blocks into several sub
   blocks, the merge instance has become much slower at random access since
   it would decompress all sub blocks when accessing a document. Since
   stored fields likely get accessed in random order at flush time when
   index sorting is enabled, it's better not to use the merge instance.
   
   On a synthetic benchmark that has one stored field and one numeric
   doc-value field that is used for sorting and fed with random values,
   this made indexing more than 4x faster.


----------------------------------------------------------------
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 #1872: LUCENE-9510: Don't pull a merge instance when flushing stored fields out-of-order.

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


   


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