Back to Starrocks

FE Configuration

docs/en/administration/management/FE_configuration.md

4.1.02.0 KB
Original Source

import FEConfigMethod from '../../_assets/commonMarkdown/FE_config_method.mdx'

import AdminSetFrontendNote from '../../_assets/commonMarkdown/FE_config_note.mdx'

import StaticFEConfigNote from '../../_assets/commonMarkdown/StaticFE_config_note.mdx'

import EditionSpecificFEItem from '../../_assets/commonMarkdown/Edition_Specific_FE_Item.mdx'

FE Configuration

<FEConfigMethod />

View FE configuration items

After your FE is started, you can run the ADMIN SHOW FRONTEND CONFIG command on your MySQL client to check the parameter configurations. If you want to query the configuration of a specific parameter, run the following command:

SQL
ADMIN SHOW FRONTEND CONFIG [LIKE "pattern"];

For detailed description of the returned fields, see ADMIN SHOW CONFIG.

:::note You must have administrator privileges to run cluster administration-related commands. :::

Configure FE parameters

Configure FE dynamic parameters

You can configure or modify the settings of FE dynamic parameters using ADMIN SET FRONTEND CONFIG.

SQL
ADMIN SET FRONTEND CONFIG ("key" = "value");
<AdminSetFrontendNote />

Configure FE static parameters

<StaticFEConfigNote />

Parameter groups

The parameters are grouped in these categories: