Support session level tidb_ddl_reorg_worker_cnt
and tidb_ddl_reorg_batch_size
#55335
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
Currently, these two system variables are global level and cannot be modified at session level. This introduce the inconvenience when global variables are restricted to modified:
If TiDB supports session level variables, only
ALTER
privilege is needed to add index, instead ofSUPER
orSYSTEM_VARIABLES_ADMIN
.However, there is a slight difference between session level and global level variables.
The text was updated successfully, but these errors were encountered: