Nonstop Database, HiRDB Version 9 Installation and Design Guide
The column attribute change definition (CHANGE column-name) of the ALTER TABLE definition SQL statement cannot be used to change a column to a compressed column. Instead, you must use the procedure below to convert columns in an existing table to compressed columns.
To convert columns to compressed columns:
For details about unloading and reloading data, see the manual HiRDB Version 9 Command Reference.
Use the column addition definition (ADD column-name) of the ALTER TABLE definition SQL statement to add a compressed column with the compression specification. Then load data into the compressed column. The data is compressed and stored in the column.
All Rights Reserved. Copyright (C) 2012, 2015, Hitachi, Ltd.