Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
mongodb-1.2.0
Description
For a db.collection.update() operation that includes upsert: true and is on a sharded collection, the full sharded key must be included in the filter:
- For an update operation.
- For a replace document operation (starting in MongoDB 4.2).
We need to allow users to configure the full sharded key field names to upsert into the sharded collection.
Attachments
Issue Links
- links to