MongoDB schema design anti-patterns while modelling data
Data that is accessed together should be stored together. A document should not acceed the 16MB size limit. A lot of developers simply jump into modelling the data in MongoDB without understanding it's design patterns and that leads to scalability ...





