DB2 Version 10.1 for Linux, UNIX, and Windows

Archived log file compression

As of DB2® V10.1, you can compress archived log files. This capability, in addition to data and index compression, along with backup compression, reduces the amount of disk space required for your database environment.

Archived log files are the third major space consumer for roll-forward recoverable databases. Archived log files contain a significant amount of data and these archives can grow quickly. If modified data is already in compressed tables, logging is reduced by virtue of including compressed record images in log records. Compression of archived log files further increases storage savings, even in these environments.

To use compression for your archived log files, you can use the UPDATE DB CFG command to set the logarchcompr1 and logarchcompr2 configuration parameters to ON.

Restrictions