Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 285 Bytes

design-patterns.md

File metadata and controls

10 lines (7 loc) · 285 Bytes

ACID Properties in Databases

ACID is a set of properties that guarantee reliable processing of database transactions.

1. Atomicity

  • All operations in a transaction must succeed or all fail (roll back)
  • Transaction is treated as a single unit
  • No partial completion

Example: