seniorT-SQL
What is SQL Server indirect checkpoint and its performance implications?
Updated May 17, 2026
Short answer
Indirect checkpoint continuously manages dirty page flushing based on target recovery time.
Deep explanation
Unlike automatic checkpoints, indirect checkpoints maintain a steady background flushing mechanism to control recovery time. It ensures predictable recovery performance but increases continuous IO overhead. It is especially useful in high-availability systems where recovery time objectives are strict.
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