Skip to content
jhc20 edited this page Jun 26, 2012 · 14 revisions

EXAMPLES

ACID Theory

  • atomicity
  • consistency
  • isolation
  • durability

(one database can only have at most two of the characteristics)

  • Partition Tolerance
  • Availability
  • Consistency

Type of Databases

Relational Databases (rows and columns)

  • MS SQL
  • MYSQL
  • SQLite
  • PostgreSQL

Key Value Stores (keys and values)

Document Stores (JSON)