Back to Starrocks

be_configs

docs/en/sql-reference/information_schema/be_configs.md

4.1.0808 B
Original Source

be_configs

be_configs provides information about the configuration parameters of each BE node.

The following fields are provided in be_configs:

FieldDescription
BE_IDID of the BE node.
NAMEName of the configuration parameter.
VALUECurrent value of the configuration parameter.
TYPEData type of the configuration parameter.
DEFAULTDefault value of the configuration parameter.
MUTABLEIndicates whether the configuration parameter can be modified dynamically (true) or not (false).