Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eatonphil/pgtam

Experiments with Postgres Table Access Methods
https://github.com/eatonphil/pgtam

Last synced: about 1 month ago
JSON representation

Experiments with Postgres Table Access Methods

Awesome Lists containing this project

README

        

# pgtam

An in-memory Table Access Method (i.e. storage engine) for Postgres.

See also: https://notes.eatonphil.com/2023-11-01-postgres-table-access-methods.html.

```
$ make
$ sudo make install
$ postgres -f test.sql
```