15.10 - COMPRESS - Teradata Database

Teradata Database SQL Data Definition Language Syntax and Examples

Product
Teradata Database
Release Number
15.10
Published
December 2015
Language
English (United States)
Last Update
2018-06-05
dita:mapPath
SQL_DDL_15_10.ditamap
dita:ditavalPath
ft:empty

A specified set of distinct values in a column that is to be compressed to zero space.

See Database Design, B035-1094 for a detailed description of multivalue compression.

See SQL Data Types and Literals, B035-1143 for more information about the COMPRESS attribute.

NULL
Specifies that nulls are compressed.
You can only specify NULL once per column.
constant
Specifies that nulls and the value are compressed.
Compressed constants are typically string literal. For numeric columns, constants have a numeric data type.
The most space a numeric value can occupy is eight bytes.
Using COMPRESS on fixed-length character data can save space depending on the percentage of rows for which the compressed value is assigned.
See SQL Data Types and Literals, B035-1143 for information about limits for this value.