Answer Posted / Priyanka Jaiswal
The commit log, also known as the memtable, is a volatile data structure in Apache Cassandra that temporarily stores write operations until they are persisted to stable storage (SSTables). When the memtable reaches a predefined threshold (size or number of cells), it is flushed to disk and converted into an SSTable. The commit log plays a crucial role in maintaining data durability, as writes remain durable once written to both the commit log and an 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