Handle multiple query those are exactly same in mongoDB?
View other answers to this threadStart a personal dev blog on your domain for free and grow your readership.
3.4K+ developers have started their personal blogs on Hashnode in the last one month.
Write in Markdown · Publish articles on custom domain · Gain readership on day zero · Automatic GitHub backup and more
A WordPress speed enthusiast
MongoDB will process each query individually. If you're worried about too much concurrent queries, returning the same result, you could implement some caching solutions like Redis cache