-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
QO 2023-05-15
Add the following metrics to CurOp (or CurOp->debug()) so that we can later surface them to evergreen:
- CQF plan summary, specifying if a collection scan or an index scan was used
- Query latency in microseconds (it is already present in millis, but it seems useful since the other time components are in micros and millis are truncated)
- is related to
-
SERVER-70142 [CQF] Populate planSummary field
- Closed