-
Notifications
You must be signed in to change notification settings - Fork 568
Closed as not planned
Milestone
Description
Would it be possible, to include SQL query statistics in the sql-log-panel ?
What I'm generally missing is:
- number of queries per type (SELECT, UPDATE, DELETE, INSERT, DROP, ...)
- summary of time and rows for these types
- link to slowest query (best would be slowest of type, see no.1)
optionally even those:
- link to query that affected most rows (again best would be breakdown per-type, see no.1)
- if it is possible to link cache and sql-log panels, visual or other indication, whether the query was cache-hit or cache-miss (summary of the cache-hit/miss ratio is then in the cache panel as it should be)
Thank you
Reactions are currently unavailable