0 votes
in MongoDB by

What is the role of profiler in MongoDB?

1 Answer

0 votes
by

What is the role of profiler in MongoDB?

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

Related questions

0 votes
asked Jan 7, 2023 in MongoDB by sharadyadav1986
0 votes
asked Jan 7, 2023 in MongoDB by sharadyadav1986
...