Compress option
Specifies whether the source data file data is compressed.
- true or on
- false or off
zlib and zstd compression
zstd compression support for external tables and nzbackup
on same sized systems/data slices offers: - Up to 40% improvement in the backup rate compared to
zlib. - At least a 25% reduction in CPU utilization.
The compress option accepts a string specifying the library to use for
compression, either zlib or zstd.
zstd compression type, you might optionally pass a compression level in
the range -131072 through 22. - If you do not pass the compression level, a default compression level
1is used. - If you pass
0, thezstdcompression library's default compression level.
BOOLEAN
compress true
compress false
STRING
compress 'true'
compress 'false'
compress 'zlib'
compress 'zstd'
compress 'zstd 5'
- If you pass 'true', the default compression library is used. The default
remains to be
zlib.
Restoring backup taken with the zstd compression cannot be restored on different
sized system, different data slices.
External table may only be loaded on a system with the same number of data slices as the source.
Unloaded zlib external tables remain compatible with PureData System for
Analytics 7.2.1.7. zstd external tables will work only on Netezza Performance Server.
External tables created on PureData System for Analytics 7.2.1.7 continue to be compatible with Netezza Performance Server.