Best option for setting Master and Data nodes in Elasticsearch cluster

Hi,

which is the best option for making elasticsearch cluster high performance, do I need to increase number of master nodes or need to increase data nodes?

Thanks,

Hi,

master eligible nodes shouldn't really have much or any impact on performance. A master eligible node co-ordinates things and there is only one active master node at any time (as far as I know). You can increase redundancy with more master eligible nodes to a point. But that is also only for the tasks that the master node handles. It will not add redundancy for data.

Are you trying to increase any specific part of performance or over all?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.