ddl_recovery_wait_time is used to set the wait time, in seconds, for DDL statements (such as ALTER TABLE and CREATE TABLE) from failure to recovery by a background thread, and for DDL statements (such as DROP TABLE and DROP DATABASE) from DDL completion to data cleanup by a background thread.Required | Description |
Parameter Type | UINT |
Default Value | 5 |
Value Range | 0 ~ 3600 |
Effective Scope | GLOBAL |
Restart Required | No |
피드백