Re: Latency in updates.

2018-10-12 Thread Erick Erickson
Oh, and the other thing that occurs is if too many merges stack up, incoming updates are blocked which may be another source of delays. But still, updates to existing docs and adding new docs shouldn't be any different. Best, Erick On Fri, Oct 12, 2018 at 10:42 AM Shawn Heisey wrote: > > On 10/12

Re: Latency in updates.

2018-10-12 Thread Shawn Heisey
On 10/12/2018 8:46 AM, root23 wrote: We are having an issue where we are seeing latency in updates. We are on solr 6. The new documents are reflected right away but updates to existing document take sometime from 30 seconds to couple of minutes. This is some relevant things from our solrconfig.

Re: Latency in updates.

2018-10-12 Thread Erick Erickson
bq. The new documents are reflected right away but updates to existing document take sometime from 30 seconds to couple of minutes. Certainly your soft commit interval is far too short for comfort. If you absolutely can't lengthen it then you should not use any caching/autowarming. But I suspect