orioledb

orioledb

OrioleDB, the next generation transactional engine

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
2920
orioledb
orioledb
1.5
FEAT
PostgreSQL
C
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
--sLd-r
No
Yes
Yes
Yes
yes
no
Relationships
See Also
columnar
pg_mooncake
citus_columnar
pg_analytics
pg_duckdb
timescaledb
citus
pg_strom

only works on orioledb patched postgres kernel

Packages

TypeRepoVersionPG Major AvailabilityPackage PatternDependencies
EL
PIGSTY
1.5
18
17
16
15
14
13
orioledb_$v*oriolepg_$v
Debian
PIGSTY
1.5
18
17
16
15
14
13
oriolepg-$v-orioledboriolepg-$v
Linux / PGPG18PG17PG16PG15PG14PG13
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
PackageVersionOSORGSIZEFile URL
orioledb_171.5el8.x86_64pigsty1.3 MiBorioledb_17-1.5-0.beta12PIGSTY.el8.x86_64.rpm
orioledb_171.5el8.aarch64pigsty1.3 MiBorioledb_17-1.5-0.beta12PIGSTY.el8.aarch64.rpm
orioledb_171.5el9.x86_64pigsty1.3 MiBorioledb_17-1.5-0.beta12PIGSTY.el9.x86_64.rpm
orioledb_171.5el9.aarch64pigsty1.3 MiBorioledb_17-1.5-0.beta12PIGSTY.el9.aarch64.rpm
orioledb_171.5el10.x86_64pigsty1.3 MiBorioledb_17-1.5-0.beta12PIGSTY.el10.x86_64.rpm
orioledb_171.5el10.aarch64pigsty1.3 MiBorioledb_17-1.5-0.beta12PIGSTY.el10.aarch64.rpm
oriolepg-17-orioledb1.5d12.x86_64pigsty1.5 MiBoriolepg-17-orioledb_1.5-0.beta12PIGSTY~bookworm_amd64.deb
oriolepg-17-orioledb1.5d12.aarch64pigsty1.4 MiBoriolepg-17-orioledb_1.5-0.beta12PIGSTY~bookworm_arm64.deb
oriolepg-17-orioledb1.5u22.x86_64pigsty1.6 MiBoriolepg-17-orioledb_1.5-0.beta12PIGSTY~jammy_amd64.deb
oriolepg-17-orioledb1.5u22.aarch64pigsty1.5 MiBoriolepg-17-orioledb_1.5-0.beta12PIGSTY~jammy_arm64.deb
oriolepg-17-orioledb1.5u24.x86_64pigsty1.4 MiBoriolepg-17-orioledb_1.5-0.beta12PIGSTY~noble_amd64.deb
oriolepg-17-orioledb1.5u24.aarch64pigsty1.3 MiBoriolepg-17-orioledb_1.5-0.beta12PIGSTY~noble_arm64.deb

Source

pig build get orioledb; # get orioledb source code
pig build dep orioledb; # install build dependencies
pig build pkg orioledb; # build extension rpm or deb
pig build ext orioledb; # 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 orioledb; # install by extension name, for the current active PG version
pig ext install orioledb; # install via package alias, for the active PG version
pig ext install orioledb -v 17;   # install for PG 17

Create this extension with:

CREATE EXTENSION orioledb;
Last updated on