Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

os_threads_* session settings

These settings are available in system.settings and are autogenerated from source.

os_threads_nice_value_materialized_view

Type
Int32
Default
0
Version history
VersionDefault valueComment
25.90New setting.

Linux nice value for materialized view threads. Lower values mean higher CPU priority.

Requires CAP_SYS_NICE capability, otherwise no-op.

Possible values: -20 to 19.

os_threads_nice_value_query

Aliases: os_thread_priority

Type
Int32
Default
0
Version history
VersionDefault valueComment
25.90New setting.

Linux nice value for query processing threads. Lower values mean higher CPU priority.

Requires CAP_SYS_NICE capability, otherwise no-op.

Possible values: -20 to 19.

Navigation