Re: Forcing solr to run query on replica Nodes

2022-09-07 Thread Satya Nand
Thanks, Shawn. I will try to create another post covering as many details as possible, then somebody from this mailing list can help me in reviewing my architecture, On Wed, Sep 7, 2022 at 9:21 PM Shawn Heisey wrote: > On 8/31/22 23:52, Satya Nand wrote: > > Thank you Shawn. > > If I eliminate

Re: Forcing solr to run query on replica Nodes

2022-09-07 Thread Shawn Heisey
On 8/31/22 23:52, Satya Nand wrote: Thank you Shawn. If I eliminate this indexing node and create 8 NRT shards on these 8 query nodes. Meaning indexing will be happening on all 8 nodes and queries too. Will it create any impact on response time? currency commit interval is 15 minus. Heavy ind

Re: Forcing solr to run query on replica Nodes

2022-09-07 Thread Satya Nand
. On Thu, Sep 1, 2022 at 11:22 AM Satya Nand wrote: > Thank you Shawn. > If I eliminate this indexing node and create 8 NRT shards on these 8 query > nodes. Meaning indexing will be happening on all 8 nodes and queries too. > > Will it create any impact on response time? currency commit interval

Re: Forcing solr to run query on replica Nodes

2022-08-31 Thread Satya Nand
Thank you Shawn. If I eliminate this indexing node and create 8 NRT shards on these 8 query nodes. Meaning indexing will be happening on all 8 nodes and queries too. Will it create any impact on response time? currency commit interval is 15 minus. On Tue, Aug 30, 2022 at 8:46 PM Shawn Heisey wro

Re: Forcing solr to run query on replica Nodes

2022-08-30 Thread Shawn Heisey
On 8/30/22 08:08, Satya Nand wrote: For querying, we have used *shard.preference as PULL *so that all queries are returned from pull replicas. How can I force solr to use only pull replicas? in case one of the pull replicas is not available then I want partial results to be returned from 7 repli