Skip to content

sp_QuickieCache: single-use/duplicate modes, @ignore_system_databases fix#753

Merged
erikdarlingdata merged 3 commits intodevfrom
update/quickie-cache-modes-and-filters
Apr 4, 2026
Merged

sp_QuickieCache: single-use/duplicate modes, @ignore_system_databases fix#753
erikdarlingdata merged 3 commits intodevfrom
update/quickie-cache-modes-and-filters

Conversation

@erikdarlingdata
Copy link
Copy Markdown
Owner

Summary

  • Add @find_single_use_plans mode: shows largest single-use plans by cached size
  • Add @find_duplicate_plans mode: shows query hashes with multiple cached plans
  • All system database filters now consistently respect @ignore_system_databases

Test plan

  • @find_single_use_plans = 1 returns results sorted by cached size
  • @find_duplicate_plans = 1 returns results sorted by plan count
  • Both modes respect @database_name and @top
  • Verified all 6 system database filter locations are conditional

🤖 Generated with Claude Code

erikdarlingdata and others added 3 commits April 4, 2026 11:20
Merge dev to main: help parameter ordering + QuickieCache help update
…tem_databases

- Add @find_single_use_plans: shows largest single-use plans by cached size
- Add @find_duplicate_plans: shows query hashes with multiple cached plans
- All system database filters now respect @ignore_system_databases flag
  (previously hardcoded in health findings and new modes)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 03a594d into dev Apr 4, 2026
5 checks passed
@erikdarlingdata erikdarlingdata deleted the update/quickie-cache-modes-and-filters branch April 6, 2026 13:15
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