-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently, spilling statistics (spill count, spilled bytes, spilled records) are only collected from stage-local state at query completion and reported in the slow query log and profiler. This ticket aims to make spilling stats visible in $currentOp output during query execution, so that operators can monitor how much a long-running query has spilled in real time, without waiting for it to finish.