-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Aggregation Framework
-
Query Execution
When aggregation with $out logs, it shows: "keysExamined":200,"docsExamined":200,"ninserted":200
But $merge aggregations only show read stats, nothing about inserted or updated documents:
"keysExamined":0,"docsExamined":80937,"cursorExhausted":true,"numYields":100,"nreturned":0
It should absolutely include "ninserted" and/or "nupdated" with that.
- is related to
-
SERVER-43194 provide a way to get result/outcome of $merge or $out
- Backlog