mirror of https://github.com/apache/cassandra
Remove duplicate paragraph in storage_engine.adoc
This commit is contained in:
parent
20d19c6627
commit
195d6c76d8
|
|
@ -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 won’t ack writes until the commit
|
||||
log has been fsynced to disk. It will wait
|
||||
|
|
|
|||
Loading…
Reference in New Issue