0 votes
in Other by

Find the command that forces MongoDB to use a particular index for a db.collection.find() operation.

(1)explain()
(2)hint()
(3)hit()

1 Answer

0 votes
by

Answer:-(2)hint()

Related questions

0 votes
asked Nov 20, 2021 in MongoDB by DavidAnderson
+1 vote
asked Nov 21, 2021 in MongoDB by DavidAnderson
...