Mongo Performance
(an overview)
Indexes
Indexes are a particularly helpful and specific technical detail to leverage for making queries run faster.
- Compound are single-declared indexes across multiple fields in a doc
- Multikey are indexes on nested arrays
Benchmarking
Hardware
Optimizing CRUD
Wired Tiger
Particulars to a Distributed System