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 configuration will improve indexing faster than
default configuration which managed schema.Btw the Java version used  is
-11.

Thanks
Sathish P

On Tue, 2 Jul, 2024, 20:40 Michael Gibney, <mich...@michaelgibney.net>
wrote:

> 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 <sasha547...@gmail.com>
> wrote:
> >
> > 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 <sathishrp...@gmail.com>:
> >
> > > 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, <sathishrp...@gmail.com>
> > > 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 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. Just to
> identify
> > > > which version has issues, With the same data/same infrastructure/same
> > > > schema and only difference is the solr config Lucene match version
> and
> > > >  tried the indexing in solr 8.6.0/9.0.0 still the performance is not
> same
> > > > as 7.2.1.
> > > >
> > > >
> > > >
> > > > *Config used in solr 9.6.0:*
> > > >
> > > >    - Lucene match version –
> > > >       - Tried 9.9 and 9.10
> > > >
> > > >
> > > >
> > > > *Config used in the 7.2.1:*
> > > >
> > > >    - *Lucene match version - *7.2.1
> > > >
> > > >
> > > >
> > > > Please help to get the expected parameters or tuning parameters That
> I
> > > > could have missed after solr 7.2.1? Are there any known performance
> > > issues
> > > > in the indexing after the 7.2.1 version?
> > > >
> > > >
> > > >
> > > > Regards
> > > >
> > > > Sathish Ponnusamy
> > > >
> > >
>

Reply via email to