log line for aggregation with $merge should include write operations

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Aggregation Framework
    • Query Execution
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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.

              Assignee:
              [DO NOT USE] Backlog - Query Execution
              Reporter:
              Asya Kamsky
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: