You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sp_QuickieStore: tighten plan instability diagnostic in @find_high_impact
Previously any query with >1 plan was flagged, which produced false
positives on stable workloads with many executions. Now requires
fewer than 5 executions per plan (frequent recompilation) and excludes
queries with RECOMPILE hints where multiple plans are expected.
Tested on SQL2022 against PerformanceMonitor and hammerdb_tpcc.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments