ADMIN SET CONFIG
This statement is used to set the configuration items of the cluster (currently only supports setting FE configuration items).
The configurable items can be viewed using the SHOW FRONTEND CONFIG; command.
Syntax:
ADMIN SET FRONTEND CONFIG ("key" = "value") [ALL]; -- or ADMIN SET ALL FRONTENDS CONFIG ("key" = "value");
:::tip Explanation
ALL keyword is supported. When using the ALL keyword, the configuration parameters will be applied to all FEs (except for the master_only parameter).Set disable_balance to true
ADMIN SET FRONTEND CONFIG ("disable_balance" = "true");
ADMIN, SET, CONFIG