MongoDB Schema Design: Lessons from Production
MongoDB schemas are flexible. That’s exactly why designing them is difficult. Here are the schema design patterns I learned while building Roavelo.
Embedding vs Reference
This is the most important decision in MongoDB schema design.
Embedding: Countr...
jungjun-sung.hashnode.dev6 min read