Got Solr 6.4.2 running in SolrCloud and some doubts about indexing performance.
I am using MSSql as data source and newest JDBC driver for MSSQL.
When Solr is started as standalone my DataImport runs at 31250 docs/s When Solr is started as SolrCloud (2 replicas) my DataImport runs at 10000 docs/s
Is there any config parameter which have influence on this?
It is expected that indexing in SolrCloud would be slower than indexing in standalone Solr (it has to index into the replicas too, so there is additional network traffic and latencies, and there are other things SolrCloud has to do too), but you can do some things to make sure it goes as fast as possible: