select open change scope Open full search

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

Extensions / Features

pgtam

Experimental in-memory PostgreSQL table access method implemented as a C extension.

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

Overview

Packagepgtam
Version0.0.1
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars30
Latest commit2024-01-04
Catalogue updated2026-08-30

Related extensions

See also

csv_tamCSV table access method for PostgreSQL that stores table tuples in CSV-formatted relation files.
redis_backed_storageExperimental PostgreSQL table access method backed by Redis storage.
append_only_heapPostgreSQL table access method that avoids fragmentation of variable-length append-only data.
undamUNDO storage table access method with in-place updates
pg_elephantduckColumnar PostgreSQL table access method powered by DuckDB and Parquet storage.
open_pg_tdeTransparent data encryption for upstream PostgreSQL using the tde_heap access method, including tables, indexes, TOAST, WAL, and temporary files.
pg_cryogenExperimental append-only compressed table access method for PostgreSQL 12 and later.
quackDuckDB Embedded in Postgres