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

Shorten the global index crud oplog entries

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 6.2.0-rc0
    • None
    • None
    • None
    • Fully Compatible
    • Execution Team 2022-10-03

    Description

      Make the op:'xi' and op:'xd' entries more compact. Current format:

      {
        "op" : "xi",
        "ns" : "system.$cmd",
        "ui" : UUID("06f31379-e2a4-45c8-a7de-15259abff790"),
          "o" : {
            "key" : { "a" : "myIndexKeyValue" },
            "docKey" : { "sk" : myShardKeyVal, "_id" : myIdVal }
           }	
      }
      

      Consider renaming the 'key' field to 'ik' and the 'docKey' field to 'dk'.
      Explore the possibility of removing the 'ns' field.

      Attachments

        Activity

          People

            josef.ahmad@mongodb.com Josef Ahmad
            josef.ahmad@mongodb.com Josef Ahmad
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: