I am trying to upgrade standard 4.x Solr install to Solr cloud 5.x.I did some performance testing between two and found massive differences. On the same server, at different times, I've ran the below:
- Solr cloud 5.2.1 & 5.3, 2 shards, 2 replicas, 3 zookeepers
- Solr standard Both have the same configs (solrconfig, etc).
Both have the same data
When performing an example query, multiple times, the average result was that standard Solr was 5x faster than Solr cloud.
And dataimport handler was also 2x faster than standard solr.
Any thoughts why this discrepancy and how to improve solrcloud performance?