These settings are available in system.merge_tree_settings and are autogenerated from ClickHouse source.
escape_index_filenames
Type
Bool
Default
1
Version history
| Version | Default value | Comment |
|---|---|---|
| 26.1 | 1 | Escape 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
| Version | Default value | Comment |
|---|---|---|
| 25.11 | 1 | Escape 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.