To designate index compression for a table, use the create table or select into commands.
Any table or index, including temporary tables, may be designated for index compression, except of system catalogs and worktables.
Specifying compression at the index level overrides index compression specified at the table level. Local index partition level specification overrides the index-level specification.
The with index_compression clause provides these compression options:
If compression has not been specified anywhere in the table DDL, indexes for the table are not compressed.
Use select into to create an index compressed table by selecting an existing table. The syntax for the with index_compression cause is the same as for the create table command.