- Reference >
- Database Commands >
- Query Plan Cache Commands
Query Plan Cache Commands¶
Note
For details on specific commands, including syntax and examples, click on the specific command to go to its reference page.
Name | Description |
---|---|
planCacheClear |
Removes cached query plan(s) for a collection. |
planCacheClearFilters |
Clears index filter(s) for a collection. |
planCacheListFilters |
Lists the index filters for a collection. |
planCacheListPlans |
Displays the cached query plans for the specified query shape. |
planCacheListQueryShapes |
Displays the query shapes for which cached query plans exist. |
planCacheSetFilter |
Sets an index filter for a collection. |