What is the purpose of the commit log in Cassandra?
A. To keep track of all writes to the database
B. To keep track of all reads from the database
C. To keep track of all deletes from the database
D. To keep track of all updates to the database
Answer: A
Explanation: The commit log in Cassandra is used to keep track of all writes to the database.