belliottsmith commented on code in PR #4572: URL: https://github.com/apache/cassandra/pull/4572#discussion_r2731258270
########## doc/modules/cassandra/pages/developing/cql/dml.adoc: ########## @@ -474,3 +474,96 @@ partly applied. Use the `COUNTER` option for batched counter updates. Unlike other updates in Cassandra, counter updates are not idempotent. + +=== BATCH vs Transactions + +While BATCH statements provide atomicity for multiple operations, they have limitations compared to Accord transactions. Understanding the differences helps you choose the right approach for your use case. Review Comment: BATCH statements DO NOT provide atomicity. I know some people said it did in the past, but it was untrue, and we shouldn't continue propagate these claims. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

