There is an explicit transaction on the connection. The COPY will be part of that
transaction.
ImplicitAtomic
'Normal' auto-commit mode. The entire COPY operation is atomic. If the number of mutations
exceeds any of the transaction limits of Cloud Spanner, the COPY operation will fail.
ImplicitNonAtomic
The COPY operation is executed as a series of (partly parallel) transactions. The COPY
operation is not atomic, and an error halfway the operation can mean that some data was
persisted to the database.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]