NoSQL databases are a relatively recent technology and so that there are a lot of questions about when and how to use them.
I have read a lot of...
For further actions, you may consider blocking this person and/or reporting abuse
Nice, succinct tips, Manuel! When it comes to MongoDB Document Structure: Data that will be accessed together should be stored together. This means (as you've stated) that as it relates to embedding - do it where possible - but look at your application's read/write profile to inform these decisions.
Hi, sorry for answering so late. Right indexing improve so much the performance. And you have the "aggregation framework" that is so powerful for complex queries. If you have a concrete doubt, let me know it.
Hey, the last link in the article is broken:
dev.to/mrm8488/mongodb-schema-desi...
Check it now!