Compressing Data (COMPRESS) [ STORE and TurboSTORE/iX Manual ] MPE/iX 5.0 Documentation
STORE and TurboSTORE/iX Manual
Compressing Data (COMPRESS)
With TurboSTORE/iX, backup performance can be improved through the use of
host data compression. By specifying the COMPRESS parameter, the host
system filters the data through a compression algorithm prior to writing
it to the backup device. This operation has two effects:
* The device's throughput is increased by transferring more data
than the device's maximum sustained rate. The increase is
dependent upon available CPU resources.
* Fewer media changes are required by putting more data on each
piece of media.
Two levels of compression are supported by the COMPRESS parameter: HIGH
and LOW.
NOTE No matter whether you specify HIGH or LOW, the actual level of data
compression is dependent upon the type of data being compressed.
For example, program files will not compress as much as data files.
You must determine which of the compression algorithms best suits your
needs. In some cases the low-compression algorithm may perform almost as
well as, or better than, the high-compression algorithm.
It is advisable to try both algorithms on your data in order to evaluate
which algorithm best suits your needs. Some of the factors to consider
are:
* Elapsed time of backup.
* Amount of CPU time required.
* Amount of media required.
With the high-compression algorithm running, backup takes most of the
processing capabilities of the machine. With the low-compression
algorithm running, other activity can coexist with backup.
Use the high-compression algorithm if backup time is dedicated or if the
difference in the amount of media used for backup is substantial enough
to warrant the complete consumption of the machine.
When compressed format files are restored, RESTORE automatically
recognizes the compress format and restores the files properly.
[REV BEG]
To compress data when storing files to backup, use the FILE command, then
use the COMPRESS parameter in your STORE command. For example:
:FILE T;DEV=TAPE
:STORE @.OPERATOR.SYS;*T;COMPRESS=HIGH
If using a compression device no extra compression is attained by using
COMPRESS=HIGH. The best throughput results come from no compression or
COMPRESS=LOW when used with a compression drive.
To compress data when storing files to magneto-optical disks, use the
MOSET and COMPRESS parameters in your STORE command. For example:
:STORE @.@.@;;MOSET=(101);NAME=DAILY.D24SEPT.TIGER;COMPRESS=HIGH
[REV END]
MPE/iX 5.0 Documentation