v.24.10Experimental Feature

Allow JSON Type to be Read/Written as Binary String in RowBinary Format

Allow to read/write the JSON type as a binary string in RowBinary format under settings input_format_binary_read_json_as_string/output_format_binary_write_json_as_string. #70288 (Pavel Kruglov).
Support reading and writing the JSON data type as a binary string in RowBinary format using new settings.

Why it matters

This feature enables efficient handling of JSON 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 settings input_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.