orioledb
orioledb
OrioleDB, the next generation transactional engine
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 2920 | 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 |
only works on orioledb patched postgres kernel
Packages
| Type | Repo | Version | PG Major Availability | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| 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-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 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 rpmsInstall
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 17Create this extension with:
CREATE EXTENSION orioledb;Last updated on