Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 316 Bytes

ACID.md

File metadata and controls

4 lines (4 loc) · 316 Bytes
  • atomicity: either all operations complete or none
  • consistency: db statue remain valid after the transaction, all data must fulfill constraints, cascades and triggers.
  • isolation: concurrent transactions must not affect each other.
  • durability: successful transactions must be stored in persistent storage