Skip to content

Show nonclustered index count on modification operators (#788)#790

Merged
erikdarlingdata merged 6 commits intodevfrom
issue-788-nci-badge
Apr 6, 2026
Merged

Show nonclustered index count on modification operators (#788)#790
erikdarlingdata merged 6 commits intodevfrom
issue-788-nci-badge

Conversation

@erikdarlingdata
Copy link
Copy Markdown
Owner

Summary

  • Parses <Object> elements with IndexKind="NonClustered" from Update/SimpleUpdate/CreateIndex operators in plan XML
  • Displays a grey +N NC badge on modification operator nodes in the plan viewer
  • Shows index names in the tooltip and properties panel ("NC Indexes Maintained")
  • Both Dashboard and Lite in sync, matches PerformanceStudio implementation

Closes #788

Test plan

  • Load a plan with an INSERT/UPDATE/DELETE that touches a table with multiple nonclustered indexes
  • Verify the +N NC badge appears on the modification operator node
  • Verify tooltip shows "NC Indexes Maintained" with comma-separated index names
  • Verify properties panel shows count + individual index names
  • Verify no badge appears on read operators (SELECT, scans, seeks)
  • Test in both Dashboard and Lite

🤖 Generated with Claude Code

erikdarlingdata and others added 6 commits March 11, 2026 20:29
v2.2.0: Fix SignPath signing
… viewer

Closes #788. Parses Object elements with IndexKind="NonClustered" from
Update/SimpleUpdate/CreateIndex operators and displays a "+N NC" badge on
the plan node, with index names in the tooltip and properties panel.
Matches PerformanceStudio implementation. Both Dashboard and Lite in sync.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 718117a into dev Apr 6, 2026
3 checks passed
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