-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Fully Compatible
-
v8.0
-
200
OperationCPUTimer is used in the ping path and impacts fast queries. It's current lifecycle cost is ~2us, which represents around 1% total fast query time and 11% of ping command.
The cost of reading thread time is ~300ns, which is a target number for the cost of using OperationCPUTimer
- is related to
-
SERVER-88886 Anna perf tiger tracking ticket
- In Progress