Commit Log Durability
Data is first appended to a commit log before being placed in the Mem table, ensuring durability similar to traditional databases. The frequency of syncing this log to disk is adjustable, impacting performance. Using a separate device for the commit log enhances speed by minimizing disk head movement, a principle applicable to both Cassandra and relational databases.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
Episode 179: Cassandra with Jonathan Ellis
Related Questions