Data Compression Considerations
In an effective
•The amount of compression, which is measured by the compression ratio. This ratio compares the amount of uncompressed data to the amount of compressed data. It is obtained by dividing the size of the uncompressed data by the size of the compressed data.
•The speed with which data is compressed and decompressed relative to the host transfer rate.
•The types of data to be compressed.
•The data integrity of the compressed data.
The amount of compression possible in a data stream depends on factors such as:
•Data pattern
•Compression algorithm
•Pattern repetition length
•Pattern repetition frequency
•Object size (block of information to be compressed)
•Starting pattern chosen
The transfer rate depends on factors such as:
•Compression ratio
•Drive buffer size
•Host computer input/output (I/O) speed
•Effective disc speeds of the host computer
•Record lengths that the host computer transmits
Data compression algorithms can be tailored to provide maximum compression for specific types of data. Because varying types of data are encountered in normal
Intelligent Data Compression
The compressed capacity of the tape is maximized through the use of intelligent data compression. The intelligent data compression hardware determines the compressibility of each record. If the size of the record is larger after a compression attempt than the native size, then the record is written in its native form.
The intelligent data compression utilizes two compression schemes:
•
•
There are three specific requirements for compliance with the LTO specification:
•The output data stream must be decompressible following LTO rules to create the input sequence of records and file marks perfectly.
•An LTO compressed data stream may not contain any of the eight reserved control symbols.
•While control symbols allow switching to Scheme 2, this should never be used by operational software because this capability is only for diagnostic and testing purposes.
Do not use software data compression because the
The PowerVault
Back to Contents Page