You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by s1monw <gi...@git.apache.org> on 2018/12/11 16:33:35 UTC

[GitHub] lucene-solr pull request #523: LUCENE-8602: Share TermsEnum if possible whil...

GitHub user s1monw opened a pull request:

    https://github.com/apache/lucene-solr/pull/523

    LUCENE-8602: Share TermsEnum if possible while applying DV updates

    Today we pull a new terms enum when we apply DV updates even though the
    field stays the same which is the common case. Benchmarking this on a
    larger term dictionary with a significant number of updates shows a
    2x improvement in performance.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/s1monw/lucene-solr share_terms_enum_if_possible

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/523.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #523
    
----
commit cdd3558fab42013a1c6445f05a834b3b7819e5c1
Author: Simon Willnauer <si...@...>
Date:   2018-12-11T16:28:08Z

    LUCENE-8602: Share TermsEnum if possible while applying DV updates
    
    Today we pull a new terms enum when we apply DV updates even though the
    field stays the same which is the common case. Benchmarking this on a
    larger term dictionary with a significant number of updates shows a
    2x improvement in performance.

----


---

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


[GitHub] lucene-solr pull request #523: LUCENE-8602: Share TermsEnum if possible whil...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/lucene-solr/pull/523


---

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