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.

...