What is SQL Server memory grant feedback loop instability problem?
Updated May 17, 2026
Short answer
Memory grant feedback can oscillate allocations when workloads are highly variable.
Deep explanation
Memory grant feedback adjusts future query memory based on previous executions. However, in workloads with high variance, this feedback loop can become unstable, oscillating between over-allocation and under-allocation. This leads to inconsistent performance, spills, or wasted memory. SQL Server attempts to stabilize this using dampening mechanisms, but skewed workloads can still cause fluctuation.
Unlock with a Pro subscription to view this section.
View pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro