Data Properties and Transactions

About

This section is about:

transactions are the mechanism that guarantee data ACID (atomicity, consistency, isolation, durability) properties during concurrent data changes (ie multiple user or program changing the same data)

See also: Code Property

Weaker concurrency model

In practice, many DBMSs allow the selective relaxation of most of the ACID rules — for better performance or on a distributed system

Task Runner