v.24.5New Feature

Raw Format Synonym for TSVRaw

Raw format as a synonym for TSVRaw. #63394 (Unalian).
Raw format added as a synonym for TSVRaw format.

Why it matters

This feature provides a more intuitive and simple alias for the existing TSVRaw format, enhancing usability by allowing users to refer to TSVRaw simply as Raw. It reduces confusion and streamlines working with raw data formats in ClickHouse.

How to use it

Users can specify the format as Raw in their queries or data import/export commands wherever TSVRaw was previously used. For example:

SELECT * FROM table FORMAT Raw