Query Analytics focuses on a small set of metrics that make it easier to understand query behavior and impact.
- Execution count shows how often a query runs during the selected period.
- Average execution time shows how long a single execution takes.
- Load on total time shows the total time spent executing the query, combining execution time and frequency.
Load on total time is often the most useful metric, as it highlights queries that place the most pressure on the database overall, even if they are not individually slow.