You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's sorted by rows examined, which isn't necessarily a good choice here. Slow query log should be sorted with duration * calls = total_duration IMO.
E.g. First query is rename, that happens rarely and not worth optimizing VS the session query happens frequently and 192 seconds is insane amount of time to spend on that simple query.
The text was updated successfully, but these errors were encountered:
I think it's sorted by rows examined, which isn't necessarily a good choice here. Slow query log should be sorted with
duration * calls = total_duration
IMO.E.g. First query is rename, that happens rarely and not worth optimizing VS the session query happens frequently and 192 seconds is insane amount of time to spend on that simple query.
The text was updated successfully, but these errors were encountered: