Iknow i Teradata 13.x, followng syntaxt is provided to implement compression for unicode
CREATE TABLE Customer
(Customer_Account_Number INTEGER,
Customer_Name VARCHAR(50),
Customer_Address CHAR(200) CHARACTER SET UNICODE
COMPRESS USING TransUnicode ToUTF8
DECOMPRESS USING TransUTF8To Unicode);
PAGE
But I am reading somehwere in 14.0, Tredata is storing unicode in UTF8, so this compression/decompression should not be required? I am creating brand new tables in 14/0.
Appreciate youir response.
Forums: