Data Modeling Concepts数据建模概念
Consider the following aspects of data modeling in MongoDB:考虑MongoDB中数据建模的以下方面:
Data Model Design数据模型设计Presents the different strategies that you can choose from when determining your data model, their strengths and their weaknesses.介绍了在确定数据模型时可以选择的不同策略,它们的优势和劣势。Operational Factors and Data Models操作因素和数据模型Details features you should keep in mind when designing your data model, such as lifecycle management, indexing, horizontal scalability, and document growth.设计数据模型时应记住的详细功能,如生命周期管理、索引、水平可扩展性和文档增长。
For a general introduction to data modeling in MongoDB, see the Data Modeling Introduction. 有关MongoDB中数据建模的一般介绍,请参阅数据建模简介。For example data models, see Data Modeling Examples and Patterns.有关数据模型的示例,请参阅数据建模示例和模式。