documentdb_distributed
Multi-Node API surface for DocumentDB
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: documentdb : Multi-Node API surface for DocumentDB
Information
- Extension ID: 9020
- Extension Name:
documentdb_distributed - Package Name:
documentdb - Category:
SIM - License: MIT
- Website: https://github.com/microsoft/documentdb
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 0.103
- Postgres Support:
17,16,15 - Need Load: Explicit Loading Required
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can be installed into other schemas
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
documentdb_$v* - RPM Ver :
0.103 - RPM Deps:
postgresql$v-contrib,pg_cron_$v,pgvector_$v,rum_$v - DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-documentdb - DEB Ver :
0.103 - DEB Deps:
postgresql-$v-cron,postgresql-$v-pgvector,postgresql-$v-rum
Availability
Installation
Install documentdb_distributed via the pig CLI tool:
pig ext install documentdb; # Extension Name
pig ext install documentdb_distributed; # normalized package name
Install documentdb via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["documentdb"]}' # -l <cls>
Install documentdb RPM from YUM repo directly:
dnf install documentdb_17*;
dnf install documentdb_16*;
dnf install documentdb_15*;
Install documentdb DEB from APT repo directly:
apt install postgresql-17-documentdb;
apt install postgresql-16-documentdb;
apt install postgresql-15-documentdb;
Extension documentdb_distributed has to be loaded via shared_preload_libraries
shared_preload_libraries = 'documentdb_distributed'; # add to pg cluster config
Create documentdb_distributed extension on PostgreSQL cluster:
CREATE EXTENSION documentdb_distributed;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.