Skip to main content

Basic Concepts

ACID Principle

  • Atomicity: the entire transaction happens at once, or doesn't happen at all
  • Consistency: database must be consistent before and after transactions
  • Isoluation: multiple transactions can occur independently without inteference
  • Durability: changes of a successful transaction occurs even if the system failure occurs

BLOB

  • Binary Large Object