How to find queries not using indexes or slow in mongodb
is there a way to find queries in mongodb that are not using Indexes or
are SLOW? In MySQL that is possible with the following settings inside
configuration file:
log-queries-not-using-indexes = 1
log_slow_queries = /tmp/slowmysql.log
thanks, Dmitry
No comments:
Post a Comment