select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Utilities

pgzstd_rs

Compress and decompress bytea values with Zstandard from PostgreSQL, including a parallel batch compressor

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepgzstd_rs
Version0.0.0
PostgreSQL versions11 · 12 · 13 · 14 · 15 · 16
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars1
Latest commit2025-03-13
Catalogue updated2026-08-30

Related extensions

See also

gunzipDecompress gzip-compressed bytea values to text or bytea.
compressC/C++ functions to compress text into Base64-encoded ZIP archives and extract text from them.
zlibzlib decompress function for PostgreSQL.
flateRaw DEFLATE compression and decompression functions for bytea
pg_lz4LZ4 compression access method for a patched PostgreSQL development branch.
jsonbdCompression method for JSONB type
pg_deltaxFast time-series extension for PostgreSQL
zsonDictionary-trained compressed JSONB-compatible type with transparent casts and JSONB operators.