- 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.
-
Notifications
You must be signed in to change notification settings - Fork 0
descriptions-of-it-technologies/acid
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published