Creating an Index Compressed Table

To designate index compression for a table, use the create table or select into commands.

The create table with index_compression command 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.

For syntax, see the Reference Manual: Commands.