Hi Guys,
I have MongoDB database running on 4.0 version. I have some issues with load spike and while i troubleshoot i founded out that there were some queries running on this at the time of load spike.
While i went through the profiler(system.profile) i could see many queries and i could not get any consolidated queries.
While i surf through the internet i found that grouping the profiler with queryHash will get me the desired result i want, but this is available only on the latest version and this queryHash feature is not available on 4.0.
So is there any possibilities that i could get through this like the query, count, avg Execution time,doc eamined,doc returned.