columnar
columnar
hydra : Hydra Columnar extension
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 2410 | columnar
|
hydra
|
1.1.2 |
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 | |
|---|---|
| Need By | timeseries
|
| See Also | citus
citus_columnar
pg_mooncake
timescaledb
pg_analytics
pg_parquet
pg_duckdb
duckdb_fdw
|
conflict with citus columnar, no pg17
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PIGSTY
|
1.1.2 |
18
17
16
15
14
13
|
hydra |
- |
| RPM | PIGSTY
|
1.1.2 |
18
17
16
15
14
13
|
hydra_$v* |
- |
| DEB | PIGSTY
|
1.1.2 |
18
17
16
15
14
13
|
postgresql-$v-hydra |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64
|
MISS
|
MISS
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
el8.aarch64
|
MISS
|
MISS
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
el9.x86_64
|
MISS
|
MISS
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
el9.aarch64
|
MISS
|
MISS
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
el10.x86_64
|
MISS
|
MISS
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
el10.aarch64
|
MISS
|
MISS
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
d12.x86_64
|
MISS
|
MISS
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
d12.aarch64
|
MISS
|
MISS
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
d13.x86_64
|
MISS
|
MISS
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
d13.aarch64
|
MISS
|
MISS
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
u22.x86_64
|
MISS
|
MISS
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
u22.aarch64
|
MISS
|
MISS
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
u24.x86_64
|
MISS
|
MISS
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
u24.aarch64
|
MISS
|
MISS
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
PIGSTY 1.1.2
|
Source
pig build pkg hydra; # build rpm / deb with pigInstall
Make sure PGDG and PIGSTY repo available:
pig repo add pgdg pigsty -u # add both repo and update cacheInstall this extension with pig:
pig install hydra; # install via package name, for the active PG version
pig install columnar; # install by extension name, for the current active PG version
pig install columnar -v 16; # install for PG 16
pig install columnar -v 15; # install for PG 15
pig install columnar -v 14; # install for PG 14
pig install columnar -v 13; # install for PG 13Create this extension with:
CREATE EXTENSION columnar;This extension is archived and no longer maintained.
Last updated on