Remove duplicate paragraph in storage_engine.adoc

This commit is contained in:
finalchild 2023-10-19 15:38:14 +09:00 committed by Patrick McFadin
parent 20d19c6627
commit 195d6c76d8
1 changed files with 0 additions and 6 deletions

View File

@ -30,12 +30,6 @@ By default, max_mutation_size is half the size of `commitlog_segment_size`.
`commitlog_segment_size` must be set to at least twice the size of
`max_mutation_size`**.
Commitlogs are an append only log of all mutations local to a Cassandra
node. Any data written to Cassandra will first be written to a commit
log before being written to a memtable. This provides durability in the
case of unexpected shutdown. On startup, any mutations in the commit log
will be applied.
* `commitlog_sync`: may be either _periodic_ or _batch_.
** `batch`: In batch mode, Cassandra wont ack writes until the commit
log has been fsynced to disk. It will wait