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
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
perform All prepare DDL(create table + alter auto_increment).
restore data
For now, step.2 will wait for step.1 finished. so the time cost will be (step.1 + step.2), unfortunately
perform per DDL will cost 1~2s in TiDB, and we can't do parallel perform due to TiDB restriction.
but we pipeline above steps to reduce cost to max(step.1, step.2).