I have approx million records which we’ll be added or updated every 1-2 hrs. In order to maintain consistency and availability, I’d like to make 1 or more nodes for Writes only (without index, search or query)
For reads ill setup couple more nodes which will just synchronize documents that are added to the above nodes (indexes, views etc) for faster reads.
Any advice about achieving this type of configuration?