diff --git a/doc/source/cql/dml.rst b/doc/source/cql/dml.rst index 1b0f80bbb7..1308de57ee 100644 --- a/doc/source/cql/dml.rst +++ b/doc/source/cql/dml.rst @@ -501,6 +501,7 @@ Note that: resolution procedure in the case of `timestamp ties `__, operations may be applied in an order that is different from the order they are listed in the ``BATCH`` statement. To force a particular operation ordering, you must specify per-operation timestamps. +- A LOGGED batch to a single partition will be converted to an UNLOGGED batch as an optimization. .. _unlogged-batches: