Skip to content

Issue #281: Surface hidden columns in memory, procedure, and query store grids#293

Merged
erikdarlingdata merged 1 commit intodevfrom
worktree-issue-281-medium-gaps
Feb 25, 2026
Merged

Issue #281: Surface hidden columns in memory, procedure, and query store grids#293
erikdarlingdata merged 1 commit intodevfrom
worktree-issue-281-medium-gaps

Conversation

@erikdarlingdata
Copy link
Owner

Summary

All data was already collected and stored in DuckDB — these changes surface it in the UI.

Test plan

  • Build clean (0 errors)
  • Memory tab shows new summary fields (Available Physical, Page File, Memory Model)
  • Procedure stats grid shows new min/max columns and cached time
  • Query Store grid shows new metadata columns
  • Existing columns unaffected

Closes partial work on #281 (medium gaps #6, #7, #9)

🤖 Generated with Claude Code

…and query store grids

Gap #6: Add 4 memory summary fields (available physical, total/available page file, memory model)
Gap #7: Add 9 procedure stats columns (min/max reads, physical reads, writes, spills, cached time)
Gap #9: Add 9 query store columns (exec type, first execution, CLR, tempdb, log bytes, plan type, force failures, compat level)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit d429c93 into dev Feb 25, 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