Q&A
Ask and answer questions to make information more available to wider audiences.
Stephanie Martinson @martinsonstephanie   31, Mar 2023 12:00 AM
Bigtable
Is Bigtable transactional?
answers 1
 
Answer 1
Samuel Bycraft @samuelbycraft   03, Apr 2023 04:33 PM
Bigtable does not support transactions that atomically update more than one row. However, Bigtable supports some write operations that would require a transaction in other databases. In effect, Bigtable uses single-row transactions to complete these operations.