-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2022-10-03
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.