RE: Possible performance issue in my environment setup

2020-02-11 Thread Rudenko, Artur
: Tuesday, February 11, 2020 4:16 PM To: solr-user@lucene.apache.org Subject: Re: Possible performance issue in my environment setup My first bit of advice would be to fix your autocommit intervals. There’s not much point in having openSearcher set to true _and_ having your soft commit times also set

Re: Possible performance issue in my environment setup

2020-02-11 Thread Erick Erickson
My first bit of advice would be to fix your autocommit intervals. There’s not much point in having openSearcher set to true _and_ having your soft commit times also set, all soft commit does is open a searcher and your autocommit does that. I’d also reduce the time for autoCommit. You’re _probab