Answer Posted / Alok Shukla
Cassandra writes changed data into a commit log by appending it to the end of the log file. The commit log records all mutations (write operations) that are sent from clients, but have not yet been written to the SSTables. Each write operation includes a unique timestamp and a sequence number. When a new SSTable is created or an existing one is flushed, the contents of the commit log are copied into the new SSTable.
| 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