Data Engineering Streaming
- Data Engineering Streaming 10.2.2
- All Products
Compression Options
| Description
|
---|---|
None
| The file is not compressed.
|
Auto
| The Data Integration Service detects the compression format of the file based on the file extension.
|
DEFLATE
| The DEFLATE compression format that uses a combination of the LZ77 algorithm and Huffman coding.
|
Gzip
| The GNU zip compression format that uses the DEFLATE algorithm.
|
Bzip2
| The Bzip2 compression format that uses the Burrows–Wheeler algorithm.
|
Lzo
| The Lzo compression format that uses the Lempel-Ziv-Oberhumer algorithm.
In a streaming mapping, the compression format is LZ4. The LZ4 compression format uses the LZ77 algorithm.
|
Snappy
| The LZ77-type compression format with a fixed, byte-oriented encoding.
|
Custom
| Custom compression format. If you select this option, you must specify the fully qualified class name implementing the
CompressionCodec interface in the
Custom Compression Codec field.
|