slides/mongodb/indexes-new.xml
Indexes
22/40
Indexes
Creating Indexes





  • • Indexes are just as important as in a relational database
  • • Every collection has (automatically) an index on _id
  • • Indexes can be: single field, compound key, on nested field names
  • • Indexes do add overhead