A frequently asked question in the MongoDB community is “How do I structure my data?” MongoDB’s dynamic schema makes it easy for you to optimize your schema based on your application’s design patterns. But with this great power, comes a lot of responsibility. Many of the performance problems we’ve seen in MongoDB applications lead back to a misunderstanding of schema design.
Watch this presentation to learn:
- How designing for MongoDB differs from relational schema design practices
- Guidelines on how to structure your data
- Best practices and more!