Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
-
Fully Compatible
-
QO 2022-10-31, QO 2022-11-14
Description
The telemetry cache will be a global in-memory associative container similar to the sbe plan cache. In fact, we can reuse many of the building blocks used in PlanCacheBase. In particular, Partitioned and LRUKeyValue for creating a partitioned lru key-value store. Part of this issue will be to define the key and value types for this cache.