Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eatonphil/pgtam
- Owner: eatonphil
- License: mit
- Created: 2023-10-31T00:40:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T22:41:09.000Z (11 months ago)
- Last Synced: 2024-05-02T02:09:11.792Z (7 months ago)
- Language: C
- Size: 23.4 KB
- Stars: 15
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```