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

Shorten the global index crud oplog entries

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • Execution Team 2022-10-03

      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.

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

              Created:
              Updated:
              Resolved: