>>>>>>> cn
翻译或纠错本页面

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.

Analyzing MongoDB Performance
Discusses some of the factors that can influence MongoDB’s performance.
评估当前操作的性能
MongoDB provides introspection tools that describe the query execution process, to allow users to test queries and build more efficient queries.
优化查询性能
Introduces the use of projections to reduce the amount of data MongoDB sends to clients.
设计指南
A collection of notes related to the architecture, design, and administration of MongoDB-based applications.