How MongoDB’s Plan Cache works !
When queries will get cached in MongoDB ? To answer this, not all queries automatically place a query plan in the cache. The query optimizer only caches the plans for those query shapes that can have more than one “viable/feasible…