-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2023-12-25, Execution Team 2024-01-08, Execution Team 2024-01-22
-
35
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Even when metrics collection is disabled,we're spending a lot of time in cursor scanning accessing the MetricsCollector decorator and calling the increment functions.
Cache the pointer to the MetricsCollector and inline the increment functions.