v.24.10Experimental Feature
Allow JSON Type to be Read/Written as Binary String in RowBinary Format
Allow to read/write theJSONtype as a binary string inRowBinaryformat under settingsinput_format_binary_read_json_as_string/output_format_binary_write_json_as_string. #70288 (Pavel Kruglov).
Why it matters
This feature enables efficient handling ofJSON type data when working with the RowBinary format by allowing JSON to be read from and written to as binary strings. It improves compatibility and performance for workflows that require binary serialization of JSON data.How to use it
To enable this feature, use the settingsinput_format_binary_read_json_as_string to read JSON as a binary string and output_format_binary_write_json_as_string to write JSON as a binary string when processing data in RowBinary format.