Skip to content

Commit

Permalink
Improved docs around logged batches by noting the optimization when o…
Browse files Browse the repository at this point in the history
…nly a single partition is referenced
  • Loading branch information
rustyrazorblade committed Jan 27, 2017
1 parent 2987a70 commit d70961a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/cql/dml.rst
Expand Up @@ -501,6 +501,7 @@ Note that:
resolution procedure in the case of `timestamp ties <http://wiki.apache.org/cassandra/FAQ#clocktie>`__, 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:

Expand Down

0 comments on commit d70961a

Please sign in to comment.