Back to Starrocks

BE Dynamic Note

docs/en/_assets/commonMarkdown/BE_dynamic_note.mdx

4.1.0481 B
Original Source

Configure BE dynamic parameters

You can configure a dynamic parameter of a BE node by updating the value in information_schema.be_configs.

:::warning Setting an invalid value may cause unknown behaviors. Check twice before you run the command to update the configuration. :::

SQL
-- Replace <config_key> with the key of the configuration and <config_value> with the value.
UPDATE information_schema.be_configs SET VALUE = <config_value> WHERE name = "<config_key>";