slides/mongodb/collections-documents.xml
Terminology
12/105
CAP
Documents
  • • Document: the data (row)
  • • Collection: contains documents (table, view)
  • • Index
  • • Embedded Document (~join)
  • • Sharding (partitioning)