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 12:04:00 UTC

[jira] [Resolved] (SOLR-15313) Solr LTR tree model latency optimisation

     [ https://issues.apache.org/jira/browse/SOLR-15313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suryakant Pandey resolved SOLR-15313.
-------------------------------------
    Resolution: Duplicate

> Solr LTR tree model latency optimisation
> ----------------------------------------
>
>                 Key: SOLR-15313
>                 URL: https://issues.apache.org/jira/browse/SOLR-15313
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Suryakant Pandey
>            Priority: Major
>
> 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