-
Type: New Feature
-
Resolution: Incomplete
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Performance, Real Time Server Stats
-
None
Provide a histogram of commonly slow queries since entering the performance tab or pressing PLAY. Same as hottest queries but over time. Sum the query milliseconds over each invocation of the query shape.
While one specific query may be slow at any given time. The best practice in performance troubleshooting is to optimize the queries that are consuming the maximum total time when aggregated together. So, a relatively fast query that is extremely common may consume more resources in the mongod than a very rare query that is relatively slower.