Skip to content

Rename misleading Total Executions label in drill-down summaries (fixes #194)#205

Merged
erikdarlingdata merged 1 commit intodevfrom
fix/execution-label-194
Feb 20, 2026
Merged

Rename misleading Total Executions label in drill-down summaries (fixes #194)#205
erikdarlingdata merged 1 commit intodevfrom
fix/execution-label-194

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Plan cache execution_count is a cumulative counter (total since plan was cached), so MAX is the correct aggregation — matching the main grid
  • The "Total Executions" label implied a sum, confusing users into thinking it should be an aggregate of all samples
  • Renamed to "Executions" in Query Stats History and Procedure History drill-down windows
  • Query Store window keeps "Total Executions" since it correctly uses SUM of interval deltas

Test plan

  • Drill-down summary now says "Executions" instead of "Total Executions"
  • Value matches the main grid's Executions column

🤖 Generated with Claude Code

…ixes #194)

Plan cache execution_count is a cumulative counter — MAX is the correct
aggregation, matching the main grid. The "Total Executions" label implied
a sum, confusing users. Renamed to "Executions" in QueryStatsHistory and
ProcedureHistory windows. Query Store window keeps "Total Executions"
since it correctly sums interval deltas.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit f2705b4 into dev Feb 20, 2026
3 checks passed
@erikdarlingdata erikdarlingdata deleted the fix/execution-label-194 branch February 20, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant