ACID Properties of transactions

Source: Internet
Author: User

A transaction is a mechanism, a sequence of operations that contains a set of database operations commands, all of which are submitted or revoked as a whole to the system, either executed or not, so that the transaction is a logical unit of work that is not an infringement, and the transaction acts as a logical element, Must have 4 acid properties, atomicity, consistency, isolation and durability.
1. atomicity
Atomicity refers to the fact that a transaction must perform a complete work, either to perform a modification of all the data, or to modify all data without execution.
2. Consistency
Consistency means that when a transaction is complete, all data must be in a consistent state, and in a relational database all rules must be applied to the modification of the transaction in order to maintain the integrity of all the data.
3. Isolation
Isolation means that the modification of a transaction must be isolated from the modifications of other parallel transactions, and when multiple transactions are in progress, they should not interfere with each other, and should prevent a transaction from being modified by other transactions as well as unreasonable access and incomplete reading of the data.
4. Persistence
Persistence is when a transaction is completed and its effects are persisted in the database system, that is, the modification is written to the database.
A transaction is a single unit of work, and if a transaction succeeds, all data modifications made in the transaction are committed and all data modifications are purged if the transaction encounters an error and must be canceled or rolled back. SQL Server 2005 database systems use transactions to ensure consistency of data and to ensure recoverability in the case of a system failure.

ACID Properties of transactions

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.