Parameter Name | Restart | Global Parameter | Default Value | Modifiable Parameter Values | Description |
innodb_txsql_parallel_ddl | Yes | Yes | OFF | OFF | ON | Parallel DDL feature switch. OFF: Disable the parallel DDL feature. ON: Enable the parallel DDL feature. |
innodb_txsql_ddl_threads | Yes | Yes | 4 | [1 - 256] | Controls the number of parallel threads for each DDL operation. A value of 1 indicates that DDL operations are executed in single-threaded mode. |
innodb_txsql_ddl_buffer_size | Yes | Yes | 10485760 | [1048576 - 536870912] | Controls the memory size for storing sampled data during parallel index creation. |
SET innodb_txsql_parallel_ddl = ON;SET innodb_txsql_ddl_threads = 4; // This setting relates to instance specifications. You can increase the number of parallel threads when the specifications are high.
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback