I have several indices with one replica each. I noticed that requests are
sent to both replicas instead of one at a time, so the slower machine is
always the bottleneck. Is there a way to route requests to one replica at a
time?
there is a routing option. However I am not yet sure, if that is what you
want. You could use shard allocation to index new data into stronger
machines, and then have a nightly cronjob which changes the index meta
data, so it gets moved over to the weaker systems. Maybe this is what you
want?
I have several indices with one replica each. I noticed that requests are
sent to both replicas instead of one at a time, so the slower machine is
always the bottleneck. Is there a way to route requests to one replica at a
time?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.