-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Description of Drivers Ticket:
Downstream Change Summary
This change adds a new hint parameter to each statement of the delete command, which works just like hinting in update. In addition, a hint parameter can now be used in findAndModify with remove=true, as well.
Description of Linked Ticket
We recently added hint support for updates; we should do the same for the delete command. This work should also lift the restriction that the findAndModify command cannot include a hint if its remove parameter is set.
See DRIVERS-908 for updated details.