Thursday, September 17, 2026
Home Academic ACID Properties of Transaction - Atomicity, Consistency, Isolation, Durability

ACID Properties of Transaction – Atomicity, Consistency, Isolation, Durability

Transactions in a database management system (DBMS) include a number of characteristics that guarantee the consistency and integrity of the database. The following are the so-called ACID properties:

  1. Atomicity: This characteristic makes sure that a transaction is an atomic unit, which means that it is either entirely finished or not at all finished. All changes performed during a transaction are undone in the event of an error, and the database is restored to its initial state.
  2. Consistency: This characteristic makes sure a transaction leaves the database in a state that is consistent. The sum of all accounts must remain unchanged, for instance, if money is being transferred from one bank account to another.
  3. Isolation: This characteristic makes sure that the modifications performed by one transaction are separate from those made by other transactions. This is crucial because it stops transactions from interfering with one another and makes sure that each one is handled as if it were the only one.
  4. Durability: This characteristic guarantees that changes made by a transaction are permanent and cannot be undone in the event of a system failure after the transaction has been committed.

These characteristics are necessary for any DBMS to operate properly and aid in preserving the database’s consistency and integrity.

datasagarhttp://www.DataSagar.com
Sagar is multidisciplinary technologist, educator, and entrepreneur based in Nepal. As the founder of Illionso Technologies and Kashi Garden Resort, he operates at the intersection of web architecture, data intelligence, innovation, and digital transformation. From building digital solutions to scaling real-world concepts, his mission is to share knowledge alongside merge emerging as well as disruptive technologies with transformative offline experiences.
RELATED ARTICLES

Meta Muse AI Agent Everything You Need to Know About Features and Privacy

Discover everything about Meta Muse, the new personal AI agent designed to execute goals 24/7. Explore its features, Secure Virtual Machine privacy, token pricing, and the future of autonomous AI.

Nepal Government Approves Software Development Center to Hire 93 IT Specialists – Gov Tech Updates

Nepal is taking a massive step forward in government technology. The administration has formally advanced plans...

Most Popular