# MongoDB中文手册|官方文档中文版

![](https://1447019200-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MGP1hmjbQxtuPtZp3IX%2Fuploads%2Fgit-blob-21f15d8ea30776f761e27910725d744d0e8f0048%2Ffan-yi-wen-dang-tu-pian-.png?alt=media)

[MongoDB 官网](https://www.mongodb.com/) | [MongoDB中文社区网站](https://mongoing.com/) | [Tapdata 数据同步工具](https://sourl.cn/zwqNLq)

## 项目介绍

MongoDB是专为可扩展性，高性能和高可用性而设计的数据库。它可以从单服务器部署扩展到大型、复杂的多数据中心架构。利用内存计算的优势，MongoDB能够提供高性能的数据读写操作。 MongoDB的本地复制和自动故障转移功能使您的应用程序具有企业级的可靠性和操作灵活性。

[MongoDB中文社区](https://mongoing.com/)是一个MongoDB中文爱好者交流平台，由来自MongoDB官方和国内前沿IT互联网公司的MongoDB专家组成，着力于为更多mongoers带来MongoDB最新资讯和一手实践干货！官方文档翻译为MongoDB中文社区的一个版块，主要由[社区翻译小组](https://mongoing.com/translators)进行维护。希望我们的努力能为大家带来权威可靠的中文文档！

本项目为MongoDB官方文档的中文版，与[官方文档](https://docs.mongodb.com/manual/)保持同步。

| 内容                                                                                                  | 说明                                                                                                                    |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| 本手册文档版本                                                                                             | 基于4.2版本，不断与官方最新版保持同步。                                                                                                 |
| 维护地址                                                                                                | [mongodb-china Github](https://github.com/mongodb-china/MongoDB-CN-Manual)                                            |
| 中文文档在线阅读                                                                                            | [MongoDB中文社区文档在线阅读](https://docs.mongoing.com/) ; [上海锦木文档在线阅读](https://docs.jinmu.info/MongoDB-Manual-zh/)            |
| 在线阅读问题报告                                                                                            | 如果您发现问题，请在 [MongoDB-Manual-zh/issues](https://github.com/mongodb-china/MongoDB-CN-Manual/issues)上提 issue              |
| [文档翻译贡献者名单](https://github.com/mongodb-china/MongoDB-CN-Manual/blob/master/List-of-contributors.md) | [MongoDB中文社区](https://mongoing.com/)& [上海锦木](http://www.jinmuinfo.com/)已完成大部分翻译，欢迎更多mongoers加入                        |
| 如何加入文档翻译                                                                                            | 点击[文档翻译认领列表](https://github.com/mongodb-china/MongoDB-CN-Manual/blob/master/Document-translation-claim-list.md)加入文档翻译 |
| 文档翻译规范                                                                                              | [贡献指南](https://github.com/mongodb-china/MongoDB-CN-Manual/blob/master/CONTRIBUTING.md)                                |
| 加入翻译权益                                                                                              | <p>翻译内容将由MongoDB中文社区专家进行审核，</p><p>审核通过后将保留署名权发布到本手册及MongoDB中文社区微信内容平台。</p>                                            |

## LICENSE

本项目为署名-非商业性使用-相同方式共享 [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh)

## MongoDB中文社区

| 资源列表推荐             | 资源入口                                                                                                                                                                                                                                                                       |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| MongoDB中文社区官网      | <https://mongoing.com/>                                                                                                                                                                                                                                                    |
| 微信服务号 ——最新资讯和优质文章  | Mongoing中文社区（mongoing-mongoing）                                                                                                                                                                                                                                            |
| 微信订阅号 ——发布文档翻译内容   | MongoDB中文用户组（mongoing123）                                                                                                                                                                                                                                                  |
| 官方微信号 —— 官方最新资讯    | MongoDB数据库（MongoDB-China）                                                                                                                                                                                                                                                  |
| MongoDB中文社区组委会成员介绍 | <https://mongoing.com/core-team-members>                                                                                                                                                                                                                                   |
| MongoDB中文社区翻译小组介绍  | <https://mongoing.com/translators>                                                                                                                                                                                                                                         |
| MongoDB中文社区微信技术交流群 | 添加社区助理小芒果微信（ID:mongoingcom），并备注 mongo                                                                                                                                                                                                                                      |
| MongoDB中文社区会议及文档资源 | <https://mongoing.com/resources>                                                                                                                                                                                                                                           |
| MongoDB中文社区大咖博客    | [基础知识](https://mongoing.com/basic-knowledge) [性能优化](https://mongoing.com/performance-optimization) [原理解读](https://mongoing.com/interpretation-of-principles) [运维监控](https://mongoing.com/operation-and-maintenance-monitoring) [最佳实践](https://mongoing.com/best-practices) |
| MongoDB白皮书         | <https://mongoing.com/mongodb-download-white-paper>                                                                                                                                                                                                                        |
| MongoDB初学者教程-7天入门  | <https://mongoing.com/mongodb-beginner-tutorial>                                                                                                                                                                                                                           |
| 社区活动通知邮件订阅         | <http://mongoingmongoing.mikecrm.com/tlAwSHM>                                                                                                                                                                                                                              |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mongoing.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
