There will be 16 MQs which will be send documents to SOLR Servers. Below is our expectation,
Expected writes per month - 50 Million (inserts only) Size of each document - 10 KB to 70KB Expected reads per month - 100000 per month In terms of highest hourly rate Reads - 2000/hour In terms of highest hourly rate Writes - 300000/hour We are planning to have each solr node with server configuration of 50GB RAM and 500GB to 1TB of harddisk with 2 CPU cores. This we decided based on the document provided in https://lucidworks.com/blog/2011/09/14/estimating-memory-and-storage-for-lucenesolr/ The question is how many number of nodes can we have to satisfy the requests coming from 16 MQs? I am not aware on how the parallel thread get handled in SOLR. Say if i have 8 solr Nodes, can each node handle 2 indexing request from 2 different MQs. I just want to make sure that what i am doing is the right. Please let me know some thoughts about solr server configuration. Thanks Sangeetha -- View this message in context: http://lucene.472066.n3.nabble.com/Deciding-on-Solr-Nodes-and-Configuration-tp4261581.html Sent from the Solr - User mailing list archive at Nabble.com.