v.24.5New Feature
Raw Format Synonym for TSVRaw
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 asRaw in their queries or data import/export commands wherever TSVRaw was previously used. For example:SELECT * FROM table FORMAT Raw