Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <xxchan22f@gmail.com>
  • Loading branch information
xxchan committed Nov 26, 2024
1 parent 991b35f commit b8a05c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion operate/view-configure-runtime-parameters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "View and configure runtime parameters"

## What are runtime parameters?

Runtime parameters are variables that can be set at runtime to configure the behavior of RisingWave.
Runtime parameters are variables that can be set at runtime to configure the behavior of RisingWave. They are also known as session variables.

## How to view runtime parameters?

Expand Down Expand Up @@ -94,6 +94,10 @@ Where `parameter_name` is the name of the parameter, and `value` or `'value'` is

For details about the `set_config()` function, see [System administration functions](/sql/functions/sys-admin#set-config), and for details about the `SET` command, see [SET](/sql/commands/sql-set).

<Note>
`SET` only takes effect in the current session.
</Note>

You can also use the [ALTER SYSTEM SET](/sql/commands/sql-alter-system) command to set a system-wide default value for a runtime parameter. This configuration will then be applied to every new session.

<Note>
Expand Down

0 comments on commit b8a05c7

Please sign in to comment.