Changing the Index Compression State

To change the compression state of the table for future index inserts or updates, use alter table or alter index.

Existing index pages are not affected, whether or not they are compressed. To change the compression state of a table, you must have exclusive access to the table.

Changing the local index partition's compression state affects only index rows that are newly inserted or updated in the partition.

The default behavior for newly created indexes depends on the table's compression setting:

For syntax, see the Reference Manual: Commands.