Hi,

Context:
* https://issues.apache.org/jira/browse/SOLR-4956
* 
http://search-lucene.com/c/Solr:/core/src/java/org/apache/solr/update/SolrCmdDistributor.java%7C%7CmaxBufferedAddsPerServer

As you can see, maxBufferedAddsPerServer = 10.

We have an app that sends 20K docs to SolrCloud using CloudSolrServer.
We batch 20K docs for performance reasons. But then the receiving node
ends up sending VERY small batches of just 10 docs around for indexing
and we lose the benefit of batching those 20K docs in the first place.

Our app is "add only".

Is there anything one can do to avoid performance loss associated with
maxBufferedAddsPerServer=10?

Thanks,
Otis
--
Solr & ElasticSearch Support -- http://sematext.com/
Performance Monitoring -- http://sematext.com/spm

Reply via email to