0 votes
in Cassandra by
What are "Coordinator Nodes" in Cassandra?

1 Answer

0 votes
by
Coordinator Nodes: Its a node which receive the request from client and send the request to the actual node[hash(key) => token] depending upon the token. So all the nodes acts as coordinator node,because every node can receive a request and proxy that request.
...