v.25.10Improvement

Allow disabling utf8 encoding

Allow disabling utf8 encoding for ytsaurus table. #87150 (MikhailBurdukov).
Introduces the ability to disable UTF-8 encoding for YT Saurus tables in ClickHouse.

Why it matters

This feature allows users to disable the default UTF-8 encoding applied to YT Saurus tables, addressing compatibility or performance issues when UTF-8 encoding is not desired or required.

How to use it

Users can disable UTF-8 encoding for YT Saurus tables by configuring the relevant table settings or options during table creation or alteration. Details on the exact setting can be found in the updated documentation or specified in the table configuration parameters.