Re: Solr queries slow down over time

2020-09-25 Thread Goutham Tholpadi
Hi Mark, Thanks for confirming Dwane's advice from your own experience. I will shift to a streaming expressions implementation. Best Goutham On Fri, Sep 25, 2020 at 7:03 PM Mark H. Wood wrote: > On Fri, Sep 25, 2020 at 11:49:22AM +0530, Goutham Tholpadi wrote: > > I have around 30M documents in

Re: Solr queries slow down over time

2020-09-25 Thread Goutham Tholpadi
- > *From:* Goutham Tholpadi > *Sent:* Friday, 25 September 2020 4:19 PM > *To:* solr-user@lucene.apache.org > *Subject:* Solr queries slow down over time > > Hi, > > I have around 30M documents in Solr, and I am doing repeated *:* queries > with rows=10

Re: Solr queries slow down over time

2020-09-25 Thread Mark H. Wood
On Fri, Sep 25, 2020 at 11:49:22AM +0530, Goutham Tholpadi wrote: > I have around 30M documents in Solr, and I am doing repeated *:* queries > with rows=1, and changing start to 0, 1, 2, and so on, in a > loop in my script (using pysolr). > > At the start of the iteration, the calls to

Re: Solr queries slow down over time

2020-09-25 Thread Dwane Hall
/streaming-expressions.html. Thanks, Dwane From: Goutham Tholpadi Sent: Friday, 25 September 2020 4:19 PM To: solr-user@lucene.apache.org Subject: Solr queries slow down over time Hi, I have around 30M documents in Solr, and I am doing repeated *:* queries with

Solr queries slow down over time

2020-09-24 Thread Goutham Tholpadi
Hi, I have around 30M documents in Solr, and I am doing repeated *:* queries with rows=1, and changing start to 0, 1, 2, and so on, in a loop in my script (using pysolr). At the start of the iteration, the calls to Solr were taking less than 1 sec each. After running for a few hours (