Setting the Compression Algorithm for Individual Tables Using DDL - Teradata VantageCloud Lake

Lake - Database Reference

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
ohi1683672393549.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
ohi1683672393549

To specify the compression algorithm when you create a table or join index, or alter a table, use the optional BLOCKCOMPRESSIONALGORITHM option. Possible BLOCKCOMPRESSIONALGORITHM values include the following:

DDL Statement BLOCKCOMPRESSIONALGORITHM Keywords Result
ZLIB The ZLIB software algorithm is used to compress data blocks.
ELZS_H The ELZS_H hardware algorithm is used to compress data blocks on systems configured with a hardware board.
DEFAULT The compression algorithm is controlled by system settings.