Skip to content
EntityQ288435· pop 34· linked from 214 articles

atomicity, consistency, isolation, durability

Sign in to save

Also known as ACID properties, ACID transactions, ACID rules, ACID, ACID model, atomicity, consistency, isolation, and durability

In computer science, ACID (atomicity, consistency, isolation, durability) is a set of properties of database transactions intended to guarantee data validity despite errors, power failures, and other mishaps. For example, a transfer of funds from one bank account to another, involving multiple changes such as debiting one account and crediting another, is a single transaction.

In the Vinony graph

Within Vinony's link graph, atomicity, consistency, isolation, durability is referenced by 214 other articles, and connects out to database, multi-model database system and computer science.

It is catalogued under topics including Concurrency control, Database management systems and Transaction processing.

Its subject is documented across 34 Wikipedia language editions.

Wikidata facts

Show 1 more fact
Stack Exchange tag
stackoverflow.com/tags/acid
Sources (1)

via Wikidata · CC0

~12 min read

Encyclopedic overview

15 sections
Contents
  • Characteristics
  • Atomicity
  • Consistency
  • Isolation
  • Durability
  • Examples
  • Atomicity
  • Consistency failure
  • Isolation failure
  • Durability failure
  • Implementation
  • Locking vs. multiversioning
  • Distributed transactions
  • See also
  • References

In computer science, ACID (atomicity, consistency, isolation, durability) is a set of properties of database transactions intended to guarantee data validity despite errors, power failures, and other mishaps. For example, a transfer of funds from one bank account to another, involving multiple changes such as debiting one account and crediting another, is a single transaction.

In 1983, Andreas Reuter and Theo Härder coined the acronym ACID, building on earlier work by Jim Gray who named atomicity, consistency, and durability, but not isolation, when characterizing the transaction concept. These four properties are the major guarantees of the transaction paradigm, which has influenced many aspects of development in database systems.

Excerpted from Wikipedia’s “atomicity, consistency, isolation, durability” article, available under the CC BY-SA 4.0 licence.

Connections

Categories