Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

escape_* MergeTree table settings

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

escape_index_filenames

Type
Bool
Default
1
Version history
VersionDefault valueComment
26.11Escape non-ascii characters in filenames created for indices

Prior to 26.1 we didn’t escape special symbols in filenames created for secondary indices, which could lead to issues with some characters in index names producing broken parts. This is added purely for compatibility reasons. It should not be changed unless you are reading old parts with indices using non-ascii characters in their names.

escape_variant_subcolumn_filenames

Type
Bool
Default
1
Version history
VersionDefault valueComment
25.111Escape special symbols for filenames created for Variant type subcolumns in Wide parts

Escape special symbols in filenames created for subcolumns of Variant data type in Wide parts of MergeTree table. Needed for compatibility.

Navigation