select open change scope Open full search

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

Extensions / Analytics

pg_cryogen

Experimental append-only compressed table access method for PostgreSQL 12 and later.

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

Overview

Packagepg_cryogen
Version0.1
PostgreSQL versions12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeStandard
Project statusArchived
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars32
Latest commit2023-01-06
Catalogue updated2026-08-30

Related extensions

See also

append_only_heapPostgreSQL table access method that avoids fragmentation of variable-length append-only data.
pg_elephantduckColumnar PostgreSQL table access method powered by DuckDB and Parquet storage.
pgtamExperimental in-memory PostgreSQL table access method implemented as a C extension.
redis_backed_storageExperimental PostgreSQL table access method backed by Redis storage.
csv_tamCSV table access method for PostgreSQL that stores table tuples in CSV-formatted relation files.
tuple_fdwProof-of-concept C foreign data wrapper for append-only, LZ4-compressed binary tuple files used as cold storage.
undamUNDO storage table access method with in-place updates
open_pg_tdeTransparent data encryption for upstream PostgreSQL using the tde_heap access method, including tables, indexes, TOAST, WAL, and temporary files.
quackDuckDB Embedded in Postgres
zsonDictionary-trained compressed JSONB-compatible type with transparent casts and JSONB operators.
pg_lz4LZ4 compression access method for a patched PostgreSQL development branch.