Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.risingwave.com/llms.txt

Use this file to discover all available pages before exploring further.

You can use this command to configure some parameters, like the system parameters and runtime parameters.
Syntax
ALTER SYSTEM SET configuration_parameter { TO | = } { value [, ...] | DEFAULT }
Examples
ALTER SYSTEM SET rw_streaming_enable_delta_join TO true;