citus_columnar

citus_columnar

citus : Citus columnar storage engine

Overview

ID Extension Package Version Category License Language
2401
citus_columnar
citus
13.2.0
OLAP
AGPL-3.0
C
Attribute Has Binary Has Library Need Load Has DDL Relocatable Trusted
--s-d--
No
Yes
No
Yes
no
no
Relationships
See Also
columnar
pg_parquet
timescaledb
pg_analytics
pg_mooncake
pg_duckdb
duckdb_fdw
orioledb
Siblings
citus

conflict with hydra columnar

Packages

Type Repo Version PG Major Compatibility Package Pattern Dependencies
EXT
PIGSTY
13.2.0
18
17
16
15
14
13
citus -
RPM
PIGSTY
13.2.0
18
17
16
15
14
13
citus_$v* -
DEB
PIGSTY
13.2.0
18
17
16
15
14
13
postgresql-$v-citus -
Linux / PG PG18 PG17 PG16 PG15 PG14 PG13
el8.x86_64
MISS
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.0.0
PGDG 9.5.4
el8.aarch64
MISS
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.0.0
PGDG 11.3.0
el9.x86_64
MISS
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.0.0
PGDG 11.3.0
el9.aarch64
MISS
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.0.0
PGDG 11.3.0
el10.x86_64
MISS
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.2.0
MISS
MISS
el10.aarch64
MISS
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.2.0
MISS
MISS
d12.x86_64
MISS
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.0.0
MISS
d12.aarch64
MISS
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.0.0
MISS
d13.x86_64
MISS
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.2.0
MISS
MISS
d13.aarch64
MISS
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.2.0
MISS
MISS
u22.x86_64
MISS
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.0.0
MISS
u22.aarch64
MISS
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.0.0
MISS
u24.x86_64
MISS
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.0.0
MISS
u24.aarch64
MISS
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.2.0
PIGSTY 13.0.0
MISS

Source

pig build pkg citus;		# build rpm / deb with pig

Install

Make sure PGDG and PIGSTY repo available:

pig repo add pgdg pigsty -u   # add both repo and update cache

Install this extension with pig:

pig install citus;		# install via package name, for the active PG version
pig install citus_columnar;		# install by extension name, for the current active PG version

pig install citus_columnar -v 17;   # install for PG 17
pig install citus_columnar -v 16;   # install for PG 16
pig install citus_columnar -v 15;   # install for PG 15

Create this extension with:

CREATE EXTENSION citus_columnar;
Last updated on