Hi, I am setting up a solr cloud with external load balancer. Noticed the 'preferLocalShards' configuration and I am wondering how it would impact performance. If one host can have replicas from all shards it sure will be beneficial; but in my 5 shard / 2 replica cloud on 5 servers, each server will only host 2 of the 5 shards( 2 JVMs per server, each JVM have one replica from different shards). Is it useful to set preferLocalShards=true in this case?
Thanks, Wei