Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-61467

Record temporary disk usage by queries, index builds, etc.

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major - P3 Major - P3
    • None
    • None
    • Diagnostics
    • Query Execution

    Description

      When diagnosing issues related to i/o capacity it may be necessary to account for all i/o generated by mongod. Currently we monitor in FTDC disk usage for WT data files and WT journal, and can easily compute mongod log usage.

      However we don't record i/o volume (bytes written and read) for temporary files used by queries for sorting, index builds, etc. Can we record this in FTDC? In order to be useful this would need to be recorded as a running total as the query proceeds (as opposed to simply bumping a counter at the end of the operation).

      Attachments

        Activity

          People

            backlog-query-execution Backlog - Query Execution
            bruce.lucas@mongodb.com Bruce Lucas (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            19 Start watching this issue

            Dates

              Created:
              Updated: