[ 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-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org