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:
mck 2025-01-02 16:30:18 +01:00
commit 4b7915c66f
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
1 changed files with 1 additions and 1 deletions

View File

@ -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