citus_columnar

citus_columnar

Citus columnar storage engine

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
2401
citus_columnar
citus
13.2.0
OLAP
AGPL-3.0
C
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
--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

TypeRepoVersionPG Major AvailabilityPackage PatternDependencies
EL
PIGSTY
13.2.0
18
17
16
15
14
13
citus_$v*-
Debian
PIGSTY
13.2.0
18
17
16
15
14
13
postgresql-$v-citus-
Linux / PGPG18PG17PG16PG15PG14PG13
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
MISS
MISS
MISS
MISS
MISS
d13.aarch64
MISS
MISS
MISS
MISS
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 get citus_columnar; # get citus_columnar source code
pig build dep citus_columnar; # install build dependencies
pig build pkg citus_columnar; # build extension rpm or deb
pig build ext citus_columnar; # 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 citus_columnar; # install by extension name, for the current active PG version
pig ext install citus; # install via package alias, for the active PG version
pig ext install citus_columnar -v 17;   # install for PG 17
pig ext install citus_columnar -v 16;   # install for PG 16
pig ext install citus_columnar -v 15;   # install for PG 15

Create this extension with:

CREATE EXTENSION citus_columnar CASCADE SCHEMA pg_catalog;
Last updated on