Atomic commit
= Atomic commit
{wiki=Atomic_commit}
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.