spat

Redis-like In-Memory DB Embedded in Postgres

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
9400
spat
spat
0.1.0a4
SIM
AGPL-3.0
C
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
--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

TypeRepoVersionPG Major AvailabilityPackage PatternDependencies
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 / PGPG18PG17PG16PG15PG14PG13
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
PackageVersionOSORGSIZEFile URL
spat_170.1.0el8.x86_64pigsty36.4 KiBspat_17-0.1.0a4-1PIGSTY.el8.x86_64.rpm
spat_170.1.0el8.aarch64pigsty35.8 KiBspat_17-0.1.0a4-1PIGSTY.el8.aarch64.rpm
spat_170.1.0el9.x86_64pigsty36.3 KiBspat_17-0.1.0a4-1PIGSTY.el9.x86_64.rpm
spat_170.1.0el9.aarch64pigsty35.5 KiBspat_17-0.1.0a4-1PIGSTY.el9.aarch64.rpm
postgresql-17-spat0.1.0d12.x86_64pigsty46.3 KiBpostgresql-17-spat_0.1.0a4-1PIGSTY~bookworm_amd64.deb
postgresql-17-spat0.1.0d12.aarch64pigsty45.6 KiBpostgresql-17-spat_0.1.0a4-1PIGSTY~bookworm_arm64.deb
postgresql-17-spat0.1.0u22.x86_64pigsty51.3 KiBpostgresql-17-spat_0.1.0a4-1PIGSTY~jammy_amd64.deb
postgresql-17-spat0.1.0u22.aarch64pigsty50.8 KiBpostgresql-17-spat_0.1.0a4-1PIGSTY~jammy_arm64.deb
postgresql-17-spat0.1.0u24.x86_64pigsty47.7 KiBpostgresql-17-spat_0.1.0a4-1PIGSTY~noble_amd64.deb
postgresql-17-spat0.1.0u24.aarch64pigsty47.2 KiBpostgresql-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 rpms

Install

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 17

Create this extension with:

CREATE EXTENSION spat;
Last updated on