MONGODB Reference: Indexes
Quick reference for Indexes.
MONGODB Reference — Indexes
Quick summary of Indexes with syntax and example.
Syntax
db.collection.find({ ... })
Example
db.users.find({ country: "Iraq" }).limit(10)
Quick reference for Indexes.
Quick summary of Indexes with syntax and example.
db.collection.find({ ... })
db.users.find({ country: "Iraq" }).limit(10)