Atomic commit by Wikipedia Bot 0
An atomic commit is a principle in database management and transaction processing that ensures a set of operations within a transaction is completed as a single, indivisible unit. This means that either all operations within the transaction are successfully executed and committed to the database, or none of them are applied at all.

New to topics? Read the docs here!