Data Modeling Concepts
MongoDB 5.0 is end of life as of October 2024. This version of the documentation is no longer
supported. To upgrade your 5.0 deployment, see the MongoDB 6.0 upgrade procedures.
Consider the following aspects of data modeling in 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. For example data models, see Data Modeling Examples and Patterns.