Compression method for JSONB type
pgext.cloud · Source code · Documentation · Control file
| Package | jsonbd |
|---|---|
| Version | 0.1 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | jsonbd |
| Stars | 10 |
| Latest commit | 2018-02-12 |
| Catalogue updated | 2026-08-30 |
| pgbson | BSON data type and accessor functions for PostgreSQL |
| zson | Dictionary-trained compressed JSONB-compatible type with transparent casts and JSONB operators. |
| pg_lz4 | LZ4 compression access method for a patched PostgreSQL development branch. |
| flate | Raw DEFLATE compression and decompression functions for bytea |
| jsquery | data type for jsonb inspection |
| pgjq | Use jq in Postgres |
| zlib | zlib decompress function for PostgreSQL. |
| gunzip | Decompress gzip-compressed bytea values to text or bytea. |
| compress | C/C++ functions to compress text into Base64-encoded ZIP archives and extract text from them. |
| pgzstd_rs | Compress and decompress bytea values with Zstandard from PostgreSQL, including a parallel batch compressor |