You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Houston Putman (JIRA)" <ji...@apache.org> on 2017/01/18 19:56:26 UTC

[jira] [Created] (SOLR-9981) Multiple analytics fixes/performance improvements

Houston Putman created SOLR-9981:
------------------------------------

             Summary: Multiple analytics fixes/performance improvements
                 Key: SOLR-9981
                 URL: https://issues.apache.org/jira/browse/SOLR-9981
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
    Affects Versions: 6.3
            Reporter: Houston Putman
            Priority: Minor


Included are the following improvements/fixes:

* Improving the unit test case.
* Performance fix that stops the reading of ALL lucene segments over and again for each stats collector.
** The AtomicReaderContext that refers to the "current " segment is reused.
** This fix shows an improvement of about 25% in query time for a dataset of ~10M (=9.8M) records.
** Given the nature of the fix, the improvement should get better as the dataset increases.
* Fix for the NPE during comparison



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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