slides/mongodb/collections-documents.xml
Terminology
5/94
Libraries, Extensions, and Drivers
Documents: Complex
  • • Document: the data (row)
  • • Collection: contains documents (table, view)
  • • Index
  • • Embedded Document (~join)
  • • Sharding (partitioning)