Re: 150x+ performance hit when number of rows <= 50 in a simple query

2024-07-08 Thread Michael Gibney
FYI: https://github.com/apache/solr/pull/2551 On Mon, Jul 8, 2024 at 9:55 AM Michael Gibney wrote: > > Thanks for reporting back. Found the issue at last, including the > magic number! Will post a fix for this shortly. > > https://github.com/apache/solr/blob/aec6e8f750037fea5f8d01dc49dabf28bf512d

Re: 150x+ performance hit when number of rows <= 50 in a simple query

2024-07-08 Thread Michael Gibney
Thanks for reporting back. Found the issue at last, including the magic number! Will post a fix for this shortly. https://github.com/apache/solr/blob/aec6e8f750037fea5f8d01dc49dabf28bf512d68/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java#L568-L569 On Mon, Jul 8, 2024 at

Re: 150x+ performance hit when number of rows <= 50 in a simple query

2024-07-08 Thread Oleksandr Tkachuk
Hello. Unfortunately it didn't help. Still a huge difference between 50 vs 51 and disabling enableLazyFieldLoading in solrconfig.xml still helps. solr-impl 10.0.0-SNAPSHOT 011d713a884559e3efeaa69e4f3c8dd8e630ff22 [snapshot build, details omitted] cat solr/core/src/java/org/apache/solr/search/SolrD

Re: solrcloud 9 -- cluster endpoint

2024-07-08 Thread kumar gaurav
HI Roberto You should use the solr update endpoint and not to worry about the zookeeper leader selection process. Solr cluster provides availability so Leader selection is automatically handled. Read more in documentation ; https://solr.apache.org/guide/solr/latest/indexing-guide/indexing-with-upd

solrcloud 9 -- cluster endpoint

2024-07-08 Thread Roberto Maggi @ Debian
Hi you all, I'm totally new to apache ecosystem and, after studying solr9 documentation I can't clarify a doubt. Once I created the zookeeper cluster as well as the solr one, the latter cluster elects the "leader" and goes online. At this point I'm wondering what will the endpoint be and ho