Browsing index pages (2 articles)
↧
Multiple lookups in a pipeline
I have an aggregate call as listed below. I believe the massive delay is caused when the roles lookup happens because there are applicants, hired, and rejected people to lookup from the resources...
View ArticleAnswer by Valijon for Multiple lookups in a pipeline
MongoDB is designed to store "boiled" data. It means, in project collection, you need to store redundant information to transform into desired result. In your case, performance decreases with inner...
View Article
Browsing index pages (2 articles)