You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Suryakant Pandey (Jira)" <ji...@apache.org> on 2021/04/05 11:58:00 UTC

[jira] [Created] (SOLR-15314) Solr LTR tree model latency optimisation

Suryakant Pandey created SOLR-15314:
---------------------------------------

             Summary: Solr LTR tree model latency optimisation
                 Key: SOLR-15314
                 URL: https://issues.apache.org/jira/browse/SOLR-15314
             Project: Solr
          Issue Type: Task
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Suryakant Pandey


Currently, tree traversal for solr LTR model happens in a recursive manner. This came out to be a performance bottleneck( via solr profiling) in terms of solr latency when we tried to increase number of trees.

(Recursion is slower due to overhead of function call stack)
 
We optimised this by translating recursion logic to loop based approach.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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