MongoDB Question:
Download Questions PDF

What is role of Profiler in MongoDB?

Answer:

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.

Download MongoDB Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me will the journal replay have problems if entries are incomplete (like the failure happened in the middle of one)?What is a "namespace"?