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 pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More T-SQL interview questions

View all →