Files
doris/docs/en/sql-reference/sql-statements/Administration/ADMIN SET CONFIG.md

1.2 KiB

title, language
title language
ADMIN SET CONFIG en

ADMIN SET CONFIG

Description

This statement is used to set the configuration items for the cluster (currently only the configuration items for setting FE are supported). Settable configuration items can be viewed through AMDIN SHOW FRONTEND CONFIG; commands.

Grammar:

ADMIN SET FRONTEND CONFIG ("key" = "value");

example

  1. "disable balance" true

ADMIN SET FRONTEND CONFIG ("disable_balance" = "true");

keyword

ADMIN,SET,CONFIG