Enabling IBM® DB2 index compression
Enabling index compression on indexes that are part of large Content Platform Engine database tables can improve application response times.
About this task
Procedure
Run the following command:
ALTER INDEX index_name COMPRESS YES;
Results
Note: After a large number of random inserts have
been performed, run the REORG INDEX command to keep the compressed
index organized.