When a search query is executed does elasticsearch go to each node to query
for the term? I am wondering as you add more nodes and grow your cluster
does the search slow down because it now has to communite and aggregate
data from all the nodes?
Each network operation "slows down" responses, yes (if you name 4-5ms a
slow down). This is balanced out with the higher concurrency level which
executes queries faster because shards are smaller, so, the more nodes you
add, you can ignore this effect.
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.