Installing zstd
During compilation, Greenplum can use the zstd compression algorithm to compress data in the database to reduce storage space usage.
If Greenplum 6.12.1 is installed, you do not need to install zstd.
- Download the zstd source code.
1 2
cd /opt/tool wget https://codeload.github.com/facebook/zstd/zip/refs/tags/v1.4.3
- Compile and install zstd.
1 2 3 4 5
unzip v1.4.3 cd zstd-1.4.3/ make make install ln -s /usr/local/lib/libzstd.so.1.4.3 /usr/lib64/libzstd.so.1
Parent topic: Configuring the Compilation Environment