Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

serialize_* session settings

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

serialize_query_plan

Type
Bool
Default
0
Version history
VersionDefault valueComment
25.40NewSetting

Serialize query plan for distributed processing

serialize_string_in_memory_with_zero_byte

Type
Bool
Default
1
Version history
VersionDefault valueComment
25.81New setting
25.121New setting

Serialize String values during aggregation with zero byte at the end. Enable to keep compatibility when querying cluster of incompatible versions.

Navigation