-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
QO 2022-10-31, QO 2022-11-14
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
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.