documentdb_distributed
documentdb_distributed
Multi-Node API surface for DocumentDB
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 9020 | documentdb_distributed | documentdb | 0.106 | SIM | MIT | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--sLd-- | No | Yes | Yes | Yes | no | no |
| Relationships | |
|---|---|
| See Also | citus mongo_fdw plproxy postgres_fdw rum pg_jsonschema jsquery |
| Siblings | documentdb documentdb_core |
FerretDB Fork, work with FerretDB 2.5
Packages
| Type | Repo | Version | PG Major Availability | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EL | PIGSTY | 0.106 | 18 17 16 15 14 13 | documentdb_$v* | postgresql$v-contrib, pg_cron_$v, pgvector_$v, rum_$v |
| Debian | PIGSTY | 0.106 | 18 17 16 15 14 13 | postgresql-$v-documentdb | postgresql-$v-cron, postgresql-$v-pgvector, postgresql-$v-rum |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64 | MISS | PIGSTY 0.106 | PIGSTY 0.106 | PIGSTY 0.106 | MISS | MISS |
el8.aarch64 | MISS | PIGSTY 0.106 | PIGSTY 0.106 | PIGSTY 0.106 | MISS | MISS |
el9.x86_64 | MISS | PIGSTY 0.106 | PIGSTY 0.106 | PIGSTY 0.106 | MISS | MISS |
el9.aarch64 | MISS | PIGSTY 0.106 | PIGSTY 0.106 | PIGSTY 0.106 | MISS | MISS |
el10.x86_64 | MISS | PIGSTY 0.106 | PIGSTY 0.106 | PIGSTY 0.106 | MISS | MISS |
el10.aarch64 | MISS | PIGSTY 0.106 | PIGSTY 0.106 | PIGSTY 0.106 | MISS | MISS |
d12.x86_64 | MISS | PIGSTY 0.106 | PIGSTY 0.106 | PIGSTY 0.106 | MISS | MISS |
d12.aarch64 | MISS | PIGSTY 0.106 | PIGSTY 0.106 | PIGSTY 0.106 | MISS | MISS |
d13.x86_64 | MISS | MISS | MISS | MISS | MISS | MISS |
d13.aarch64 | MISS | MISS | MISS | MISS | MISS | MISS |
u22.x86_64 | MISS | PIGSTY 0.106 | PIGSTY 0.106 | PIGSTY 0.106 | MISS | MISS |
u22.aarch64 | MISS | PIGSTY 0.106 | PIGSTY 0.106 | PIGSTY 0.106 | MISS | MISS |
u24.x86_64 | MISS | PIGSTY 0.106 | PIGSTY 0.106 | PIGSTY 0.106 | MISS | MISS |
u24.aarch64 | MISS | PIGSTY 0.106 | PIGSTY 0.106 | PIGSTY 0.106 | MISS | MISS |
Source
pig build get documentdb_distributed; # get documentdb_distributed source code
pig build dep documentdb_distributed; # install build dependencies
pig build pkg documentdb_distributed; # build extension rpm or deb
pig build ext documentdb_distributed; # 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 documentdb_distributed; # install by extension name, for the current active PG version
pig ext install documentdb; # install via package alias, for the active PG version
pig ext install documentdb_distributed -v 17; # install for PG 17
pig ext install documentdb_distributed -v 16; # install for PG 16
pig ext install documentdb_distributed -v 15; # install for PG 15Create this extension with:
CREATE EXTENSION documentdb_distributed;Last updated on