select open change scope Open full search

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

Extensions / Utilities

pg_lz4

LZ4 compression access method for a patched PostgreSQL development branch.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepg_lz4
Version1.0
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars22
Latest commit2019-03-18
Catalogue updated2026-08-30

Related extensions

See also

jsonbdCompression method for JSONB type
flateRaw DEFLATE compression and decompression functions for bytea
tuple_fdwProof-of-concept C foreign data wrapper for append-only, LZ4-compressed binary tuple files used as cold storage.
zlibzlib decompress function for PostgreSQL.
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.
pgzstd_rsCompress and decompress bytea values with Zstandard from PostgreSQL, including a parallel batch compressor
zsonDictionary-trained compressed JSONB-compatible type with transparent casts and JSONB operators.