Skip to content

descriptions-of-it-technologies/acid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

ACID. Atomicity, Consistency, Isolation, Durability.

Contents at a Glance.

About.

Documentation.

  • Atomicity: all the steps of a transaction is succeeded or failed together, no partial state, all or nothing.
  • Consistency: all data in the database is consistent at the end of transaction.
  • Isolation: only one transaction can touch the data in the same time, other transactions wait until completion of the working transaction.
  • Durability: data is persisted in the database at the end of the transaction.

Pros.

Cons.

Help.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published