-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
QO 2021-11-01, QO 2021-11-15, QO 2021-11-29, QO 2021-12-13, QO 2021-12-27, QO 2022-01-10, QO 2022-01-24, QO 2022-02-07
Right now the server metric `query.planCacheTotalSizeEstimateBytes` refers to the classic plan cache. We need to update this metric when we introduce the SBE plan cache.
Three options proposed by david.storch:
- Make this metric reflect the sum of the sizes of the classic plan caches and the SBE plan cache.
- Make this metric reflect the size of the classic plan caches only, omitting the size of the SBE plan cache.
- Make this metric reflect the size of the classic plan caches only, and introduce a new metric indicating the size of the SBE plan cache.
- depends on
-
SERVER-60339 Add support for $planCacheStats
- Closed
- is depended on by
-
SERVER-61241 Add a test to ensure plan cache size serverStatus metric is decreased when an entry is evicted
- Closed
-
SERVER-61248 Validate behaviour of stripping debug info from plan cache entries
- Closed