Hi,
I wanted to understand about multiples nodes of a cluster. We got different servers like Data, FTS, Index, Query for 1 cluster. Therefore, considering the best practice, should we configure connections separately for Create/Update and Query.
We are using .Net Core Technology stack. Currently I have configured Query server for all CRUD operations that includes FTS operations too. So, what I wanted to know is :
- For create and update scenarios should we configure and make use of only Data server/nodes exclusively in the connection and use in while Create/Update document?
- For Query scenarios( N1QL and FTS) , should we configure only Query specfic server/nodes connections separately and use it for retrieval scenarios?