Re: GCP-Solr indexing performance is slow in 9.6.0 compare to 7.2.1

2024-07-02 Thread Sathish Ponnusamy
Hi, By default solr uses managed schema and I updated to classicIndexSchemaFactory in solrconfig.xml for the collection that I am using and tried again. It worked for my use case since schema is predefined for me. The lesson learnt is for predefined schema with classicIndexSchemaFactory configurat

Re: GCP-Solr indexing performance is slow in 9.6.0 compare to 7.2.1

2024-07-02 Thread Michael Gibney
Hi Sathish: Did you find a resolution to this issue? What jdk version are you running in each case? Michael On Mon, Jun 17, 2024 at 2:39 PM Oleksandr Tkachuk wrote: > > Try to disable security manager. It can affect all requests, including > update requests. > I updated solr version from 8.4.0 to

Re: GCP-Solr indexing performance is slow in 9.6.0 compare to 7.2.1

2024-06-17 Thread Oleksandr Tkachuk
Try to disable security manager. It can affect all requests, including update requests. I updated solr version from 8.4.0 to 9.6.1 and got a performance boost. But I use bare-metal servers пн, 17 июн. 2024 г., 20:59 Sathish Ponnusamy : > Hi, Anyone facing performance issues while indexing data i

Re: GCP-Solr indexing performance is slow in 9.6.0 compare to 7.2.1

2024-06-17 Thread Sathish Ponnusamy
Hi, Anyone facing performance issues while indexing data in solr 9.6.0? Regards Sathish P On Wed, 5 Jun, 2024, 09:24 Sathish Ponnusamy, wrote: > Hi, > > We are migrating the solr from 7.2.1 to 9.6.0 in GCP and setup is done in > GCP VM. [3 nodes for solr/3 nodes for ZK [6 VMs]]. While indexing

GCP-Solr indexing performance is slow in 9.6.0 compare to 7.2.1

2024-06-04 Thread Sathish Ponnusamy
Hi, We are migrating the solr from 7.2.1 to 9.6.0 in GCP and setup is done in GCP VM. [3 nodes for solr/3 nodes for ZK [6 VMs]]. While indexing the data in the solr 9.6.0 version, I noticed the indexing took 1 Hr 20 minutes for 47 GB data. The same data took only 45 mins in the 7.2.1 version. Jus