Module session_config

Module session_config 

Source

Modulesยง

iceberg_query_storage_mode ๐Ÿ”’
Storage mode for batch SELECT on Iceberg engine tables. Iceberg engine tables have both Hummock (row store) and Iceberg (columnar) storage. This setting controls which storage is used for batch queries.
non_zero64 ๐Ÿ”’
opt ๐Ÿ”’
parallelism
query_mode ๐Ÿ”’
Contains configurations that could be accessed via โ€œsetโ€ command.
search_path ๐Ÿ”’
sink_decouple
statement_timeout ๐Ÿ”’
transaction_isolation_level ๐Ÿ”’
visibility_mode ๐Ÿ”’
Contains configurations that could be accessed via โ€œsetโ€ command.

Structsยง

OptionConfig
A session config wrapper that represents unset (None) as empty string.
ParamFlags ๐Ÿ”’
SearchPath
see https://www.postgresql.org/docs/14/runtime-config-client.html#GUC-SEARCH-PATH
SessionConfig
This is the Session Config of RisingWave.
SessionConfigToOverrideError
StatementTimeout
VariableInfo

Enumsยง

IcebergQueryStorageMode
QueryMode
SessionConfigError
VisibilityMode

Constantsยง

BYPASS_CLUSTER_LIMITS ๐Ÿ”’
Default to bypass cluster limits iff in debug mode.
DISABLE_BACKFILL_RATE_LIMIT ๐Ÿ”’
DISABLE_DML_RATE_LIMIT ๐Ÿ”’
DISABLE_SINK_RATE_LIMIT ๐Ÿ”’
DISABLE_SOURCE_RATE_LIMIT ๐Ÿ”’
SESSION_CONFIG_LIST_SEP
USER_NAME_WILD_CARD

Staticsยง

PARAM_NAME_FLAGS ๐Ÿ”’

Traitsยง

ConfigReporter
Report status or notice to caller.

Functionsยง

check_bytea_output ๐Ÿ”’
check_client_encoding ๐Ÿ”’
check_iceberg_engine_connection ๐Ÿ”’
check_streaming_max_parallelism ๐Ÿ”’
Check if the provided value is a valid max parallelism.
check_streaming_parallelism_for_backfill ๐Ÿ”’
check_timezone ๐Ÿ”’

Type Aliasesยง

SessionConfigResult ๐Ÿ”’