CMPREC_TYPE < TYPE >
Specifies the type of data compression type for files. Several algorithms are supported.
CMPREC_TYPE < ZLIB | RLE | USER >
The following compression types are currently supported:
Note: the ZLIB compression algorithm will impact performance. A Best Practice is to consider using RLE compression. It's quick and easy to test both ZLIB and RLE, but in most cases we have found RLE to be the better combination of reduced space and minimal performance overhead.
With USER compression, these additional keywords must be entered in the configuration file in the order shown below, and a DLL name is required.
CMPREC_TYPE < USER >
CMPREC_VERSION < a number >= 1 >
CMPREC_DLL < name of DLL >
See Also