-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
Minor Change
In SERVER-70025 we introduced 4 new plan cache counters which are surfaced via query.planCache sub-document.
We should consider moving all plan cache related counters into the query.planCache sub-document to group them logically together.
The two which are currently housed in the query document are:
- query.planCacheTotalSizeEstimateBytes
- query.planCacheTotalQueryShapes
- is depended on by
-
COMPASS-7229 Investigate changes in SERVER-75754: Consider moving query.planCacheTotalSizeEstimateBytes and query.planCacheTotalQueryShapes into query.planCache sub-document.
- Closed