Add output_format_orc_dictionary_key_size_threshold for String Column Dict Encoding in ORC
Official CH changelog text
Add settings output_format_orc_dictionary_key_size_threshold to allow user to enable dict encoding for string column in ORC output format. It helps reduce the output ORC file size and improve reading performance significantly. #68591 (李扬).