What is role of Profiler in MongoDB?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online MongoDB Job Interview Questions And Answers