OPTIONS
翻译或纠错本页面

Optimization Strategies for MongoDB

There are many factors that can affect database performance and responsiveness including index use, query structure, data models and application design, as well as operational factors such as architecture and system configuration.

This section describes techniques for optimizing application performance with MongoDB.

评估当前操作的性能
MongoDB provides introspection tools that describe the query execution process, to allow users to test queries and build more efficient queries.
使用固定集合实现快速读写
Outlines a use case for 限制集 to optimize certain data ingestion work flows.
优化查询性能
Introduces the use of projections to reduce the amount of data MongoDB must set to clients.
设计指南
A collection of notes related to the architecture, design, and administration of MongoDB-based applications.