citus
Distributed PostgreSQL as an extension
	Module:
Categories:
Overview
PIGSTY 3rd Party Extension:  citus : Distributed PostgreSQL as an extension
Information
- Extension ID: 2400
- Extension Name: citus
- Package Name: citus
- Category: OLAP
- License: AGPLv3
- Website: https://github.com/citusdata/citus
- Language: C
- Extra Tags: N/A
- Comment:
Metadata
- Latest Version: 13.0.3
- Postgres Support: 17,16,15,14
- Need Load: Explicit Loading Required
- Need DDL:  Need CREATE EXTENSIONDDL
- Relocatable: Can be installed into other schemas
- Trusted: Untrusted, Require Superuser to Create
- Schemas: pg_catalog
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name: citus_$v*
- RPM Ver : 13.0.3
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name: postgresql-$v-citus
- DEB Ver : 13.0.2
- DEB Deps: N/A
Availability
| OS | Arch | PG17 | PG16 | PG15 | PG14 | PG13 | 
|---|---|---|---|---|---|---|
| el8 | x86_64 | citus_17PIGSTY 13.0.3 | citus_16PIGSTY 13.0.3 | citus_15PIGSTY 13.0.3 | citus_14PIGSTY 13.0.0 | citus_13PGDG 11.3.0 | 
| el8 | aarch64 | citus_17PIGSTY 13.0.3 | citus_16PIGSTY 13.0.3 | citus_15PIGSTY 13.0.3 | citus_14PIGSTY 13.0.0 | citus_13PGDG 11.3.0 | 
| el9 | x86_64 | citus_17PIGSTY 13.0.3 | citus_16PIGSTY 13.0.3 | citus_15PIGSTY 13.0.3 | citus_14PIGSTY 13.0.0 | citus_13PGDG 11.3.0 | 
| el9 | aarch64 | citus_17PIGSTY 13.0.3 | citus_16PIGSTY 13.0.3 | citus_15PIGSTY 13.0.3 | citus_14PIGSTY 13.0.0 | citus_13PGDG 11.3.0 | 
| d12 | x86_64 | postgresql-17-citusPIGSTY 13.0.3 | postgresql-16-citusPIGSTY 13.0.3 | postgresql-15-citusPIGSTY 13.0.3 | postgresql-14-citusPIGSTY 13.0.0 | |
| d12 | aarch64 | postgresql-17-citusPIGSTY 13.0.3 | postgresql-16-citusPIGSTY 13.0.3 | postgresql-15-citusPIGSTY 13.0.3 | postgresql-14-citusPIGSTY 13.0.0 | |
| u22 | x86_64 | postgresql-17-citusPIGSTY 13.0.3 | postgresql-16-citusPIGSTY 13.0.3 | postgresql-15-citusPIGSTY 13.0.3 | postgresql-14-citusPIGSTY 13.0.0 | |
| u22 | aarch64 | postgresql-17-citusPIGSTY 13.0.3 | postgresql-16-citusPIGSTY 13.0.3 | postgresql-15-citusPIGSTY 13.0.3 | postgresql-14-citusPIGSTY 13.0.0 | |
| u24 | x86_64 | postgresql-17-citusPIGSTY 13.0.3 | postgresql-16-citusPIGSTY 13.0.3 | postgresql-15-citusPIGSTY 13.0.3 | postgresql-14-citusPIGSTY 13.0.0 | |
| u24 | aarch64 | postgresql-17-citusPIGSTY 13.0.3 | postgresql-16-citusPIGSTY 13.0.3 | postgresql-15-citusPIGSTY 13.0.3 | postgresql-14-citusPIGSTY 13.0.0 | 
Installation
Install citus via the pig CLI tool:
pig ext install citus
Install citus via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["citus"]}' # -l <cls>
Install citus RPM from YUM repo directly:
dnf install citus_17*;
dnf install citus_16*;
dnf install citus_15*;
dnf install citus_14*;
Install citus DEB from APT repo directly:
apt install postgresql-17-citus;
apt install postgresql-16-citus;
apt install postgresql-15-citus;
apt install postgresql-14-citus;
Extension citus has to be loaded via shared_preload_libraries
shared_preload_libraries = 'citus'; # add to pg cluster config
Create citus extension on PostgreSQL cluster:
CREATE EXTENSION citus;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.