From this book: https://www.oreilly.com/library/view/50-tips-and/9781449306779/ch01.html
Specifically about "Tip #7: Pre-populate anything you can".
It claims that pre-populating data is better because
MongoDB does not need to find space for them. It merely updates the values you’ve already entered, which is much faster
Is there any truth in this? I've checked the MongoDB manual about data modeling and it does not mention anything about this.
The other tips also does not cite any sources so I'm wondering if there are any basis in these tips