PlanCache.help()
On this page
This version of the documentation is archived and no longer supported. To
upgrade your 5.0 deployment, see the MongoDB 6.0 upgrade procedures.
Definition
PlanCache.help()
Displays the methods available to view and modify a collection's query plan cache.
The method is only available from the
plan cache object
of a specific collection; i.e.db.collection.getPlanCache().help()
Compatibility
This method is available in deployments hosted in the following environments:
MongoDB Atlas: The fully managed service for MongoDB deployments in the cloud
MongoDB Enterprise: The subscription-based, self-managed version of MongoDB
MongoDB Community: The source-available, free-to-use, and self-managed version of MongoDB
See also: