Skip to content

Add wait stats banner to plan viewers#373

Merged
erikdarlingdata merged 1 commit intodevfrom
feature/wait-stats-banner
Feb 28, 2026
Merged

Add wait stats banner to plan viewers#373
erikdarlingdata merged 1 commit intodevfrom
feature/wait-stats-banner

Conversation

@erikdarlingdata
Copy link
Copy Markdown
Owner

Summary

  • Adds graphical color-coded wait stats banner to both Dashboard and Lite plan viewers
  • Horizontal bar chart showing wait types from actual execution plans, color-coded by category (CPU=blue, I/O=amber, Lock=red, Memory=purple, Network=green)
  • Stacked summary bar showing total wait time broken down by category
  • Synced from plan-b implementation

Test plan

  • Open an actual execution plan with wait stats — blue banner appears with bars
  • Open an estimated plan — no wait stats banner (estimated plans don't have WaitStats)
  • Switch between statements — banner updates per statement
  • Dashboard and Lite both build and display identically

🤖 Generated with Claude Code

Graphical color-coded bar chart banner for wait stats from actual execution
plans. Categories: CPU (blue), I/O (amber), Lock (red), Memory (purple),
Network (green). Includes stacked summary bar and per-wait-type rows with
proportional bars. Synced from plan-b implementation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit cf5f888 into dev Feb 28, 2026
3 checks passed
@erikdarlingdata erikdarlingdata deleted the feature/wait-stats-banner branch February 28, 2026 10:49
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