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.
By default, these updates are performed as ordered operations; i.e. if an error occurs while processing any of the updates, return without processing any of the remaining updates.
- related to
-
SERVER-57735 Translate a single update on a time-series collection's metaField into an update on its buckets collections
- Closed
-
SERVER-58396 Translate multiple unordered updates on a time-series collection's metaField into updates on its buckets collections
- Closed