You are viewing an offline version of MongoDB documentation. Some page features might be unavailable. To view the latest version of the page or use interactive features, visit the live page.
Data Modeling Concepts
Consider the following aspects of data modeling in MongoDB:
- Embedded Data Versus References
- 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 Data Modeling. For example data models, see Data Modeling Examples and Patterns.