Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
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.