Enabling Compression

You can configure Greenplum Database to use data compression with some database features and with some utilities. Compression reduces disk usage and improves I/O across the system, however, it adds some performance overhead when compressing and decompressing data.

You can configure support for data compression with these features and utilities. See the specific feature or utility for information about support for compression.

  • Append-optimized tables support compressing table data. See CREATE TABLE.
  • User-defined data types can be defined to compress data. See CREATE TYPE.
  • The external table protocols gpfdist (gpfdists), s3, and pxf support compression when accessing external data. For information about external tables, see CREATE EXTERNAL TABLE.
  • Workfiles (temporary spill files that are created when executing a query that requires more memory than it is allocated) can be compressed. See the server configuration parameter gp_workfile_compression.
  • The Greenplum Database utilities gpbackup, gprestore, gpload, and gplogfilter support compression.

For some compression algorithms (such as zlib) Greenplum Database requires software packages installed on the host system.. The support of some compression algorithms (such as zstd) depends on the configuration options specified when building Greenplum Database.

Parent topic: Managing a Greenplum System

Need help? Visit the Greenplum Database Community