Back to Starrocks

verbose_session_variables

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

4.1.0800 B
Original Source

verbose_session_variables

verbose_session_variables provides detailed information about session variables, including their default values and whether they have been changed from the default.

The following fields are provided in verbose_session_variables:

FieldDescription
VARIABLE_NAMEThe name of the session variable.
VARIABLE_VALUEThe current value of the session variable.
DEFAULT_VALUEThe default value of the session variable.
IS_CHANGEDIndicates whether the variable's value has been changed from its default (true) or not (false).