Skip to content

sql-log-panel: statistics per query type #703

Open

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions