Re: Configuration recommendation for SolrCloud

2019-07-01 Thread Jörn Franke
As someone else wrote there are a lot of uncertainties and I recommend to test yourself to find the optimal configuration. Some food for thought: How many clients do you have and what is their concurrency? What operations will they do? Do they Access Solr directly? You can use Jmeter to simulate

Re: Configuration recommendation for SolrCloud

2019-07-01 Thread Rahul Goswami
Hi Toke, Thank you for following up. Reading back, I surely could have explained better. Thanks for asking again. >> What is a cluster? Is it a fully separate SolrCloud? Yes, by cluster I mean a fully separate SolrCloud. >> If so, does that mean you can divide your collection into (at least) 4

Re: Configuration recommendation for SolrCloud

2019-06-29 Thread Toke Eskildsen
Rahul Goswami wrote: > We are running Solr 7.2.1 and planning for a deployment which will grow to > 4 billion documents over time. We have 16 nodes at disposal.I am thinking > between 3 configurations: > > 1 cluster - 16 nodes > vs > 2 clusters - 8 nodes each > vs > 4 clusters -4 nodes each You

Configuration recommendation for SolrCloud

2019-06-25 Thread Rahul Goswami
Hello, We are running Solr 7.2.1 and planning for a deployment which will grow to 4 billion documents over time. We have 16 nodes at disposal.I am thinking between 3 configurations: 1 cluster - 16 nodes vs 2 clusters - 8 nodes each vs 4 clusters -4 nodes each Irrespective of the configuration, ea