Explain how cassandra writes changed data into commitlog?
Answer Posted / Deep Ranjan Tiwari
Cassandra writes changed data into a commit log first. The commit log is a sequential write-ahead log (WAL) that stores all mutations in an ordered, immutable sequence. Once a mutation is written to the commit log, it's acknowledged as durable and can be applied to SSTables, thus ensuring data consistency.
| 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