Re: solr 7.3 Combining Replica Types in a Cluster

2018-04-26 Thread Erick Erickson
"I just want to utilize my servers maximum for select query . Also i have approximately thousand of concurrent update/delete request to cluster and ten thousand of concurrent select request ." And remember, if you have, say, 100 shards and a thousand updates per second, that's only 10 updates/sec/

Re: solr 7.3 Combining Replica Types in a Cluster

2018-04-26 Thread kumar gaurav
Hi Erick Pleased to see your reply . I just want to utilize my servers maximum for select query . Also i have approximately thousand of concurrent update/delete request to cluster and ten thousand of concurrent select request . So Is it the right way to let segment merging in all replicas in cas

Re: solr 7.3 Combining Replica Types in a Cluster

2018-04-26 Thread Erick Erickson
First I'd ask if you want anything except NRT types. Do you have any proof that this won't work? Here's the problem. Both TLOG and PULL replicas will lag behind the master. The polling is pretty quick IIRC, but there'll still be a lag. Plus that'll copy your indexes around as time passes, perhaps

solr 7.3 Combining Replica Types in a Cluster

2018-04-25 Thread kumar gaurav
Hi I am setting up new cluster in solr cloud 7.3 . i am just confused to make a combination of replica types . Real time indexing update/delete request will coming in cluster continuously but very less than select query . Cluster will need to handle high concurrent select queries than update. I a