orioledb
orioledb
orioledb : OrioleDB, the next generation transactional engine
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 2910 | orioledb
|
orioledb
|
1.5 |
FEAT
|
PostgreSQL
|
C
|
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--sLd-r
|
No
|
Yes
|
Yes
|
Yes
|
yes
|
no
|
| Relationships | |
|---|---|
| See Also | columnar
pg_mooncake
citus_columnar
pg_analytics
pg_duckdb
timescaledb
citus
pg_strom
|
special case: this extension only works on patched postgres kernel: oriolepg
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PIGSTY
|
1.5 |
18
17
16
15
14
13
|
orioledb |
- |
| RPM | PIGSTY
|
1.5 |
18
17
16
15
14
13
|
orioledb_$v* |
oriolepg_$v |
| DEB | PIGSTY
|
1.5 |
18
17
16
15
14
13
|
oriolepg-$v-orioledb |
oriolepg-$v |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64
|
MISS
|
PIGSTY 1.5
|
MISS
|
MISS
|
MISS
|
MISS
|
el8.aarch64
|
MISS
|
PIGSTY 1.5
|
MISS
|
MISS
|
MISS
|
MISS
|
el9.x86_64
|
MISS
|
PIGSTY 1.5
|
MISS
|
MISS
|
MISS
|
MISS
|
el9.aarch64
|
MISS
|
PIGSTY 1.5
|
MISS
|
MISS
|
MISS
|
MISS
|
el10.x86_64
|
MISS
|
PIGSTY 1.5
|
MISS
|
MISS
|
MISS
|
MISS
|
el10.aarch64
|
MISS
|
PIGSTY 1.5
|
MISS
|
MISS
|
MISS
|
MISS
|
d12.x86_64
|
MISS
|
PIGSTY 1.5
|
MISS
|
MISS
|
MISS
|
MISS
|
d12.aarch64
|
MISS
|
PIGSTY 1.5
|
MISS
|
MISS
|
MISS
|
MISS
|
d13.x86_64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
d13.aarch64
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
MISS
|
u22.x86_64
|
MISS
|
PIGSTY 1.5
|
MISS
|
MISS
|
MISS
|
MISS
|
u22.aarch64
|
MISS
|
PIGSTY 1.5
|
MISS
|
MISS
|
MISS
|
MISS
|
u24.x86_64
|
MISS
|
PIGSTY 1.5
|
MISS
|
MISS
|
MISS
|
MISS
|
u24.aarch64
|
MISS
|
PIGSTY 1.5
|
MISS
|
MISS
|
MISS
|
MISS
|
Source
pig build pkg orioledb; # 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 orioledb; # install via package name, for the active PG version
pig install orioledb -v 17; # install for PG 17Config this extension to shared_preload_libraries:
shared_preload_libraries = 'orioledb';Create this extension with:
CREATE EXTENSION orioledb;Last updated on