Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

apply_patch_parts_* session settings

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

apply_patch_parts

Type
Bool
Default
1
Version history
VersionDefault valueComment
25.51A new setting

If true, patch parts (that represent lightweight updates) are applied on SELECTs.

apply_patch_parts_join_cache_buckets

Type
NonZeroUInt64
Default
8
Version history
VersionDefault valueComment
25.88New setting

The number of buckets in the temporary cache for applying patch parts in Join mode.

Navigation