1.

_________ is used to view statistics about the query plan for a given query.(a) db.explain()(b) cursor.explain()(c) cursor.explainstats()(d) all of the mentionedI had been asked this question during an interview.This question is from Analyze Query Performance topic in chapter MongoDB CRUD Concepts and Operation of MongoDB

Answer»

The correct CHOICE is (b) cursor.explain()

To elaborate: This INFORMATION can HELP as you develop indexing strategies.



Discussion

No Comment Found

Related InterviewSolutions