MongoDB Data Modeling
Steps to take
Identify workload
Map relationship
Apply design patterns
Optimization - creating indexes
Identify workload
At this step, we mostly need to identify if our application is read or write-heavy and which resources are critical.
Exampl...
huytrinh.hashnode.dev6 min read