ID #1016

What are the ACID properties that distinguish transactions from other programs?

ACID is the acronym for transaction features, which defines the following four aspects.

Atomic: a transaction is executed completely or not at all.

Consistent: a transaction keeps all the database integrity constraints.

Isolated: transactions, if executed concurrently, result in the same effects as they are executed serially.

Durable: commited transactions have the effects permanently recorded in the databases.

Tags: database

Related entries:

You can comment this FAQ