spat
spat
Redis-like In-Memory DB Embedded in Postgres
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 9400 | spat | spat | 0.1.0a4 | SIM | AGPL-3.0 | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-d-r | No | Yes | No | Yes | yes | no |
| Relationships | |
|---|---|
| See Also | redis_fdw redis pgmemcache mongo_fdw kafka_fdw documentdb documentdb_core documentdb_distributed |
Alpha Stage!
Packages
| Type | Repo | Version | PG Major Availability | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EL | PGDG | 0.1.0a4 | 18 17 16 15 14 13 | spat_$v* | - |
| Debian | PIGSTY | 0.1.0a4 | 18 17 16 15 14 13 | postgresql-$v-spat | - |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64 | MISS | PIGSTY 0.1.0 | MISS | MISS | MISS | MISS |
el8.aarch64 | MISS | PIGSTY 0.1.0 | MISS | MISS | MISS | MISS |
el9.x86_64 | MISS | PIGSTY 0.1.0 | MISS | MISS | MISS | MISS |
el9.aarch64 | MISS | PIGSTY 0.1.0 | MISS | MISS | MISS | MISS |
el10.x86_64 | MISS | MISS | MISS | MISS | MISS | MISS |
el10.aarch64 | MISS | MISS | MISS | MISS | MISS | MISS |
d12.x86_64 | MISS | PIGSTY 0.1.0 | MISS | MISS | MISS | MISS |
d12.aarch64 | MISS | PIGSTY 0.1.0 | MISS | MISS | MISS | MISS |
d13.x86_64 | MISS | MISS | MISS | MISS | MISS | MISS |
d13.aarch64 | MISS | MISS | MISS | MISS | MISS | MISS |
u22.x86_64 | MISS | PIGSTY 0.1.0 | MISS | MISS | MISS | MISS |
u22.aarch64 | MISS | PIGSTY 0.1.0 | MISS | MISS | MISS | MISS |
u24.x86_64 | MISS | PIGSTY 0.1.0 | MISS | MISS | MISS | MISS |
u24.aarch64 | MISS | PIGSTY 0.1.0 | MISS | MISS | MISS | MISS |
| Package | Version | OS | ORG | SIZE | File URL |
|---|---|---|---|---|---|
spat_17 | 0.1.0 | el8.x86_64 | pigsty | 36.4 KiB | spat_17-0.1.0a4-1PIGSTY.el8.x86_64.rpm |
spat_17 | 0.1.0 | el8.aarch64 | pigsty | 35.8 KiB | spat_17-0.1.0a4-1PIGSTY.el8.aarch64.rpm |
spat_17 | 0.1.0 | el9.x86_64 | pigsty | 36.3 KiB | spat_17-0.1.0a4-1PIGSTY.el9.x86_64.rpm |
spat_17 | 0.1.0 | el9.aarch64 | pigsty | 35.5 KiB | spat_17-0.1.0a4-1PIGSTY.el9.aarch64.rpm |
postgresql-17-spat | 0.1.0 | d12.x86_64 | pigsty | 46.3 KiB | postgresql-17-spat_0.1.0a4-1PIGSTY~bookworm_amd64.deb |
postgresql-17-spat | 0.1.0 | d12.aarch64 | pigsty | 45.6 KiB | postgresql-17-spat_0.1.0a4-1PIGSTY~bookworm_arm64.deb |
postgresql-17-spat | 0.1.0 | u22.x86_64 | pigsty | 51.3 KiB | postgresql-17-spat_0.1.0a4-1PIGSTY~jammy_amd64.deb |
postgresql-17-spat | 0.1.0 | u22.aarch64 | pigsty | 50.8 KiB | postgresql-17-spat_0.1.0a4-1PIGSTY~jammy_arm64.deb |
postgresql-17-spat | 0.1.0 | u24.x86_64 | pigsty | 47.7 KiB | postgresql-17-spat_0.1.0a4-1PIGSTY~noble_amd64.deb |
postgresql-17-spat | 0.1.0 | u24.aarch64 | pigsty | 47.2 KiB | postgresql-17-spat_0.1.0a4-1PIGSTY~noble_arm64.deb |
Source
pig build get spat; # get spat source code
pig build dep spat; # install build dependencies
pig build pkg spat; # build extension rpm or deb
pig build ext spat; # build extension rpmsInstall
To add the required PGDG / PIGSTY upstream repository, use:
pig repo add pgsql -u # add PGDG + Pigsty repo and update cache (leave existing repos)Install this extension with:
pig ext install spat; # install by extension name, for the current active PG version
pig ext install spat; # install via package alias, for the active PG version
pig ext install spat -v 17; # install for PG 17Create this extension with:
CREATE EXTENSION spat;Last updated on