From 5e40fd9fa18bd0939450e657b0b6b0b86ad1f4c9 Mon Sep 17 00:00:00 2001 From: Jon Haddad Date: Thu, 26 Jan 2017 17:42:02 -0800 Subject: [PATCH] Improved docs around logged batches by noting the optimization when only a single partition is referenced patch by Jon Haddad; reviewed by Michael Shuler for CASSANDRA-13160 --- doc/source/cql/dml.rst | 1 + 1 file changed, 1 insertion(+) 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: