Answers

Question and Answer:

  Home  MongoDB

⟩ What is role of Profiler in MongoDB?

MongoDB includes a database profiler which shows performance characteristics of each operation against the database. Using the profiler you can find queries (and write operations) which are slower than they should be; use this information, for example, to determine when an index is needed.

 161 views

More Questions for you: