When Cassandra write:
1. memtable (in memory)
2. commit log (In persistence storage) before writing into, to safeguard the data, just incase of system restart.
SSTABLE. (In persistence storage)
So, using "durable writes" it make sure the insert/update must write in commit log so the safeguard stay in place.