TiDB's DDL Power: Control Operations with Pause and Resume
Take charge on DDL executions with Pause and Resume control in TiDB.
Abishek S
February 24, 2026
Subscribe for email updates
FAQ
Pause and resume DDL is supported in TiDB v7.2.0 and later.
Make sure all TiDB nodes in the cluster are upgraded to a compatible version before using this feature.
You can pause long-running physical DDL jobs, such as:
1. ADD INDEX
2. MODIFY COLUMN
3. ALTER TABLE
No.
When a DDL job is paused:
1. All completed work is safely preserved
2. Progress (like backfilled index data) is not lost
3. The job resumes exactly from where it was paused
This makes it far safer than canceling and re-running the DDL.
Yes.
You can pause multiple running DDL jobs individually by specifying their job IDs