翻译或纠错本页面
数据模型¶
MongoDB的数据具有 灵活的模式 。 集合 本身没有对文档结构的规则性校验。 这种灵活性让你在为应用程序和其性能需求建模提供了不少选择。
- 数据模型设计介绍
简单介绍MongoDB的建模
- Document Validation
- MongoDB provides the capability to validate documents during updates and insertions.
- 数据建模理论
这个是建模的核心文档,讲述了建模时候你需要做的决定以及一些需要考虑的事项。
- 数据模型例子与范式
这个部分例讲了一些实用的MongoDB数据模型的例子。
- Data Model Reference
- Reference material for data modeling for developers of MongoDB applications.