PlanCache.help()

On this page本页内容

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()
Tip提示
See also: 参阅:
←  PlanCache.clearPlansByQuery()PlanCache.list() →