-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
Fully Compatible
We collect some useful metrics about how much sorting and spilling a query has done in the CurOp struct here, but we don't report this information in slow query logs. It could be useful information to diagnose slow queries individually, as the current information is only aggregated into serverStatus.
We should also add this information to the profiler, since generally, metrics in the profiler are meant to be a superset of the metrics in the slow query logs
- is related to
-
SERVER-91312 Report metrics about temporary record stores and external files used for query spilling
- Closed