spat

Redis-like In-Memory DB Embedded in Postgres

Overview

PIGSTY 3rd Party Extension: spat : Redis-like In-Memory DB Embedded in Postgres

Information

Metadata

  • Latest Version: 0.1.0a4
  • Postgres Support: 17
  • Need Load: Shared library do not need explicit loading
  • Need DDL: Need CREATE EXTENSION DDL
  • Relocatable: Can not install to arbitrary schema
  • Trusted: Untrusted, Require Superuser to Create
  • Schemas: N/A
  • Requires: N/A

RPM / DEB

  • RPM Repo: PGDG
  • RPM Name: spat_$v*
  • RPM Ver : 0.1.0a4
  • RPM Deps: N/A
  • DEB Repo: PIGSTY
  • DEB Name: postgresql-$v-spat
  • DEB Ver : 0.1.0a4
  • DEB Deps: N/A

Availability

OS Arch PG17 PG16 PG15 PG14 PG13
el8 x86_64 spat_17
PIGSTY 0.1.0a4
el8 aarch64 spat_17
PIGSTY 0.1.0a4
el9 x86_64 spat_17
PIGSTY 0.1.0a4
el9 aarch64 spat_17
PIGSTY 0.1.0a4
d12 x86_64 postgresql-17-spat
PIGSTY 0.1.0a4
d12 aarch64 postgresql-17-spat
PIGSTY 0.1.0a4
u22 x86_64 postgresql-17-spat
PIGSTY 0.1.0a4
u22 aarch64 postgresql-17-spat
PIGSTY 0.1.0a4
u24 x86_64 postgresql-17-spat
PIGSTY 0.1.0a4
u24 aarch64 postgresql-17-spat
PIGSTY 0.1.0a4

Installation

Install spat via the pig CLI tool:

pig ext install spat

Install spat via Pigsty playbook:

./pgsql.yml -t pg_extension -e '{"pg_extensions": ["spat"]}' # -l <cls>

Install spat RPM from YUM repo directly:

dnf install spat_17*;

Install spat DEB from APT repo directly:

apt install postgresql-17-spat;

Create spat extension on PostgreSQL cluster:

CREATE EXTENSION spat;




Last modified 2025-05-27: bump 421 extensions (e56fb2c)