TreeDB table access method (Phase 0 prototype)
pgext.cloud · Source code · Documentation · Control file
| Package | treedb_pgext |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 0 |
| Latest commit | 2026-06-09 |
| Catalogue updated | 2026-08-30 |
| pgtam | Experimental in-memory PostgreSQL table access method implemented as a C extension. |
| redis_backed_storage | Experimental PostgreSQL table access method backed by Redis storage. |
| traceam | Simple table access method that just prints out what functions in the access methods and related functions that are called. |
| append_only_heap | PostgreSQL table access method that avoids fragmentation of variable-length append-only data. |
| csv_tam | CSV table access method for PostgreSQL that stores table tuples in CSV-formatted relation files. |
| undam | UNDO storage table access method with in-place updates |
| pgrand | Generates random test data through a PostgreSQL FDW, with an experimental table access method. |
| pg_lakebase_runtime | Shared runtime for Lakebase table access method extensions |