Hi, I'm facing the issue of the indexing speed is slower is slower on a server with a much better specification with Solr running on SSD, as compared to a laptop with a normal hard disk.
Both the system has the exact same configurations. The configurations are first setup on the laptop, before being replicate to the server. The setup is Solr 6.4.1, of 1 shard with 2 replica, using external ZooKeeper 3.4.8. The only difference is that in my laptop, both the shards and ZooKeeper are on the same hard disk, while a the server, the ZooKeeper is running on it's own hard disk, and each of the shards are also running on a separate hard disk. From what I know, this configuration should result in improving the performance, instead of making it worse? What could be the other reasons that this could happen? I'm running on Solr 6.4.1 Regards, Edwin