My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Handle multiple query those are exactly same in mongoDB?

Biplab Malakar's photo
Biplab Malakar
·Oct 27, 2018

Suppose I have recently 1000 db.collection.find() query and these all are the same queries with same conditions and same value.

But these query request by different users, so MongoDB has different 1000 query.

so my question is that MongoDB going to process each query individual or MongoDB going to take advantage of the pre-processed query result.