Hi, as per my requirement I require to keep the data per client, so I am planning to create a separate node for every client (In same cluster),
Please share
- How I can create new node with c#
- How to search data in particular node in c#
Hi, as per my requirement I require to keep the data per client, so I am planning to create a separate node for every client (In same cluster),
Please share
You can keep multiple data node in single cluster. But as per my knowledge its not possible to keep the data of a client on a specific data node in cluster. Because data store in shards which are stored on different-2 data node. Same with replica.
So your single piece of data divided into multiple shards and then store over data node.
Thanks.
Thanks for your reply,
what you suggest to keep separate data for each client in same machine
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.