Hi all,
I'm a newbie in elasticsearch, and i have a question about how does elasticsearch store its data in a multi node architecture, what i know is each node store its data on the specified data path and if we choose multiple data paths the data will be distributed between all paths, but what if i have a multi node architecture - each node is running on a server ( 200 gb disk ) and i have 8 nodes ( 8 servers ) is data going to be distributed and i'm going to have 200 * 8 gb of storage or it's going to be replicated and then i'll have just 200 gb.
Thank you very much in advance.
