Re: Solr Configuration (Caching & RAM) for performance Tuning

2016-03-02 Thread Erick Erickson
gt; We have very simple query which returns only 5 solr documents. Under load > > condition it takes 100 ms to 2000 ms. > > > > > > -Original Message----- > > From: Maulin Rathod > > Sent: 03 March 2016 12:24 > > To: solr-user@lucene.apache.or

Re: Solr Configuration (Caching & RAM) for performance Tuning

2016-03-02 Thread Binoy Dalal
ad > condition it takes 100 ms to 2000 ms. > > > -Original Message- > From: Maulin Rathod > Sent: 03 March 2016 12:24 > To: solr-user@lucene.apache.org > Subject: RE: Solr Configuration (Caching & RAM) for performance Tuning > > we do soft commit when we inser

RE: Solr Configuration (Caching & RAM) for performance Tuning

2016-03-02 Thread Maulin Rathod
oad condition it takes 100 ms to 2000 ms. -Original Message- From: Maulin Rathod Sent: 03 March 2016 12:24 To: solr-user@lucene.apache.org Subject: RE: Solr Configuration (Caching & RAM) for performance Tuning we do soft commit when we insert/update document. //Insert D

RE: Solr Configuration (Caching & RAM) for performance Tuning

2016-03-02 Thread Maulin Rathod
To: solr-user@lucene.apache.org Subject: Re: Solr Configuration (Caching & RAM) for performance Tuning 1) Experiment with the autowarming settings in solrconfig.xml. Since in your case, you're indexing so frequently consider setting the count to a low number, so that not a lot of time is spent war

Re: Solr Configuration (Caching & RAM) for performance Tuning

2016-03-02 Thread Binoy Dalal
1) Experiment with the autowarming settings in solrconfig.xml. Since in your case, you're indexing so frequently consider setting the count to a low number, so that not a lot of time is spent warming the caches. Alternatively if you're not very big on initial query response times being small, you