Location of Files In Reorganizations

The following sets of files are involved in reorganizations and compactions.

By default, the reorganization work files and the database backup files are located in the database directory. This requires significant free-space (at least double the size of the files being reorganized) to be maintained on the database volume.

Alternatively, you can use the following parameters in the JADE initialization file to manage the disk space requirements in a more-flexible way.

The optional noReorgRecovery parameter in the command line of the JADE non‑GUI client (jadclient) or batch Schema Load utility (jadloadb) program specifies whether recovery is required if a reorganization fails. When you set this parameter to true, dat files are removed rather than saved as .bak files. This minimizes disk space requirements at the cost of not being able to recover from a failure during the reorganization. The default value of this parameter is false.

Use the noReorgRecovery parameter only when you deploy a system and are prepared to restore the system from backup if an error occurs during the deployment process.