Atomic Commit - Necessity For Atomic Commits

Necessity For Atomic Commits

Atomic commits are essential for multi-step updates to data. This can be clearly shown in a simple example of a money transfer between two checking accounts.

This example is complicated by a transaction to check the balance of account Y during a transaction for transferring 100 dollars from account X to Y. To start, first 100 dollars is removed from account X. Second, 100 dollars is added to account Y. If the entire operation is not completed as one atomic commit, then several problems could occur. If the system fails in the middle of the operation, after removing the money from X and before adding into Y, then 100 dollars has just disappeared. Another issue is if the balance of Y is checked before the 100 dollars is added. The wrong balance for Y will be reported.

With atomic commits neither of these cases can happen, in the first case of the system failure, the atomic commit would be rolled back and the money returned to X. In the second case, the request of the balance of Y cannot occur until the atomic commit is fully completed.

Read more about this topic:  Atomic Commit

Famous quotes containing the words necessity, atomic and/or commits:

    No picture of life can have any veracity that does not admit the odious facts. A man’s power is hooped in by a necessity which, by many experiments, he touches on every side until he learns its arc.
    Ralph Waldo Emerson (1803–1882)

    No atomic physicist has to worry, people will always want to kill other people on a mass scale. Sure, he’s got the fridge full of sausages and spring water.
    William Burroughs (b. 1914)

    Whoever commits to paper what he suffers becomes a melancholy author: but he becomes a serious author when he tells us what he suffered and why he now reposes in joy.
    Friedrich Nietzsche (1844–1900)