Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 312 Bytes

File metadata and controls

8 lines (6 loc) · 312 Bytes

ACID Properties

ACID ensures reliable database transactions:

  1. Atomicity → All or nothing execution.
  2. Consistency → Data must remain valid before and after transaction.
  3. Isolation → Transactions execute independently.
  4. Durability → Changes remain permanent even after a crash.