If multiple updates on a time-series collection with multi:true query only on the metaField and modify only the metaField, they can be directly translated into updates on the time-series collection's underlying buckets collection.
If ordered:false, perform the updates as unordered operations; i.e. if an error occurs while processing any of the updates, continue processing the remaining updates.
- is related to
-
SERVER-58394 Translate multiple ordered updates on a time-series collection's metaField into updates on its buckets collections
- Closed
- related to
-
SERVER-57735 Translate a single update on a time-series collection's metaField into an update on its buckets collections
- Closed
-
SERVER-60012 remove unused time-series headers from write_commands.cpp
- Closed