|
|
Archives of the TeradataForum
Message Posted: Wed, 02 Jan 2013 @ 20:34:47 GMT
Subj: | | Re: VARCHAR and Multi-Value Compression (MVC) |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Wednesday, January 02, 2013 12:10 -->
I am on 13.10.05.02 and I can't compress VARCHAR I believe it's a TD14 feature ...
CREATE TABLE dev.Customer
(
Customer_Account_Number INTEGER
,Customer_Name VARCHAR(50) COMPRESS ('Joe','Mary') ,Customer_Address
CHAR(200) );
CREATE TABLE Failed. 9471: Algorithmic Compression feature not yet enabled.
| |