Re: solr asks more and more rows from shards

2017-08-17 Thread Nawab Zada Asad Iqbal
So, it turned out that i was not paying attention to the start parameter. I found that the 'primary' node is asking for very large count of rows from shard nodes when the start= is a large value. On Thu, Aug 17, 2017 at 11:28 AM, Nawab Zada Asad Iqbal wrote: > Hi solr community > > I am having p

solr asks more and more rows from shards

2017-08-17 Thread Nawab Zada Asad Iqbal
Hi solr community I am having performance issues after solr6 upgrade. I have multiple nodes in the cluster and direct queries to one of them with `shards=[list of hosts]` which takes care of submitting queries to all the shards and aggregating the results. All the original queries have rows=200.