-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
QI 2023-06-12
When an updateOne changes the shard key field value the updated document (measurement in our case) needs to be moved to the right shard. We have similar handling in the update stage now but instead of performing (delete on the old shard + insert on the new shard), we would want to (update the bucket document on the old shard + insert a bucket document on the new shard) directly on the bucket namespace.
- is depended on by
-
SERVER-76453 Support sharded time-series multi updates
- Closed
-
SERVER-77607 Support updateOne on a sharded timeseries collection
- Closed
-
SERVER-76871 Support findAndModify update on a sharded timeseries collection
- Closed