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

Collect document bytes written per operation

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 4.9.0
    • None
    • None
    • None
    • Fully Compatible
    • Execution Team 2020-10-19

    Description

      This metric will be collected by instrumenting the following functions:

      WiredTigerRecordStore::_insertRecords()

      WiredTigerRecordStore::updateRecord()

      WiredTigerRecordStore::updateWithDamages()

      WiredTigerRecordStore::deleteRecord()

       

      Note that this should strictly capture the use of WT_CURSOR insert(), modify(), and remove() calls.  Uses of modify() should count the number of bytes in the modify call, not the number of bytes in the resulting record after the modification.  Uses of remove() should count the number of bytes in the record prior to removal.

      Attachments

        Activity

          People

            louis.williams@mongodb.com Louis Williams
            louis.williams@mongodb.com Louis Williams
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: