Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

max_format_* server settings

These settings configure the ClickHouse server and are autogenerated from ClickHouse source.

max_format_parsing_thread_pool_free_size

Type
UInt64
Default
0
Changeable without restart
Yes

Maximum number of idle standby threads to keep in the thread pool for parsing input.

max_format_parsing_thread_pool_size

Type
UInt64
Default
100
Changeable without restart
Yes

Maximum total number of threads to use for parsing input.

Navigation