How the read operation is performed on Cassandra node ?
Answer Posted / Deenanath Ram
A read operation in Cassandra is performed by a client asking a specific node for data. The chosen node may or may not have the requested data, but it will contact other nodes (replicas) to retrieve the necessary data if needed. The response from the queried node is based on the chosen consistency level.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category