Answer Posted / Satish Kumar Ranjan
Cassandra stores its data across multiple nodes in a distributed and decentralized manner. Each node contains one or more SSTables (Sorted String Table) which are immutable data structures that store the actual data of Cassandra. Additionally, each node maintains a commit log for handling write operations, a memtable for caching recently written data, and Snitch for routing requests to appropriate nodes.
| 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