InterviewSolution
Saved Bookmarks
| 1. |
A __________ determines which data centers and racks nodes belong to it.(a) Client requests(b) Snitch(c) Partitioner(d) None of the mentioned |
|
Answer» Right option is (b) Snitch The best I can explain: Client read or write requests can be sent to any node in the cluster because all nodes in Cassandra are peers. |
|