mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-5.0' into trunk
* cassandra-5.0: Fix typo in UNLOGGED BATCH section of CQL DML page
This commit is contained in:
commit
4b7915c66f
|
|
@ -456,7 +456,7 @@ only isolated within a single partition).
|
|||
There is a performance penalty for batch atomicity when a batch spans
|
||||
multiple partitions. If you do not want to incur this penalty, you can
|
||||
tell Cassandra to skip the batchlog with the `UNLOGGED` option. If the
|
||||
`UNLOGGED` option is used, a failed batch might leave the patch only
|
||||
`UNLOGGED` option is used, a failed batch might leave the batch only
|
||||
partly applied.
|
||||
|
||||
=== `COUNTER` batches
|
||||
|
|
|
|||
Loading…
Reference in New Issue