0 votes
in Cassandra by
What is the use of Coordinator Node in Read?

1 Answer

0 votes
by

Read Operation is easy because clients can connect to any node in the cluster to perform reads. If a client connects to a node that doesn’t have the data it’s trying to read, the node it’s connected to will act as the coordinator node.

Related questions

0 votes
asked Feb 3, 2020 in Cassandra by rajeshsharma
0 votes
asked Mar 13 in Cassandra by kamalkhandelwal29
...