From 6a3373df286fad8d4317a47cb3aa880ce57c7372 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Wed, 23 Apr 2025 12:03:42 +0100 Subject: [PATCH 1/2] First draft of pages for GP support/WarehousePG Signed-off-by: Dj Walker-Morgan --- .../warehousepg/edbpggpsupp/index.mdx | 54 +++++++++++++++++++ .../warehousepg/index.mdx | 10 ++++ .../warehousepg/warehousepg/index.mdx | 20 +++++++ src/pages/index.js | 13 +++++ 4 files changed, 97 insertions(+) create mode 100644 advocacy_docs/supported-open-source/warehousepg/edbpggpsupp/index.mdx create mode 100644 advocacy_docs/supported-open-source/warehousepg/index.mdx create mode 100644 advocacy_docs/supported-open-source/warehousepg/warehousepg/index.mdx diff --git a/advocacy_docs/supported-open-source/warehousepg/edbpggpsupp/index.mdx b/advocacy_docs/supported-open-source/warehousepg/edbpggpsupp/index.mdx new file mode 100644 index 00000000000..ee47d089fc9 --- /dev/null +++ b/advocacy_docs/supported-open-source/warehousepg/edbpggpsupp/index.mdx @@ -0,0 +1,54 @@ +--- +title: EDB Postgres AI support for Greenplum workloads +description: Covering EDB Postgres AI support for Greenplum workloads with WarehousePG. +deepToc: true +--- + +## EDB Postgres AI support for Greenplum workloads + +For business-critical workloads, EDB Postgres AI provides support for WarehousePG. It is ideal for organizations needing an open source based solution for their existing Greenplum workloads and mission-critical workloads needing 24/7 production-level support from technical experts. + +This includes: + +* Technical support: + * 24x7 expert technical support for EDB Postgres AI - Support for Greenplum workloads with WarehousePG. +* Software updates: + * Secure software delivery + * Includes distribution, maintenance, and updates. +* Database and extensions: + * EDB packages with binaries targeting agreed OS, architecture and version combinations. +* Repository entitlement: + * All packaged delivered through a dedicated EDB repository. + + +## Installing EDB Postgres AI support for Greenplum workloads + +To install, you will need an EDB Subscription Token. This token is available, once logged in with your EDB account from the [EDB repositories](https://www.enterprisedb.com/repos-downloads). + + + + + +### Installing on RHEL/CentOS + +Save the EDB Subscription token in an environment variable: + +```bash +export EDB_SUBSCRIPTION_TOKEN= +``` + +Run the following command to add the EDB repository to your system: + +```bash +curl -1sSLf "https://downloads.enterprisedb.com/$EDB_SUBSCRIPTION_TOKEN/gpsupp/setup.rpm.sh' | sudo -E bash +``` + +Then install the packages: + +```bash +sudo dnf install -y warehouse-pg-6 warehouse-pg-clients +``` + + + + diff --git a/advocacy_docs/supported-open-source/warehousepg/index.mdx b/advocacy_docs/supported-open-source/warehousepg/index.mdx new file mode 100644 index 00000000000..f77903f7c0a --- /dev/null +++ b/advocacy_docs/supported-open-source/warehousepg/index.mdx @@ -0,0 +1,10 @@ +--- +title: WarehousePG and EDB Postgres AI support for Greenplum workloads +description: Covering the open source WarehousePG and EDB Postgres AI support for Greenplum workloads with WarehousePG. +navigation: +- WarehousePG +- edbpggpsupp +directoryDefaults: + iconName: BigData +--- + diff --git a/advocacy_docs/supported-open-source/warehousepg/warehousepg/index.mdx b/advocacy_docs/supported-open-source/warehousepg/warehousepg/index.mdx new file mode 100644 index 00000000000..e4c4c10968c --- /dev/null +++ b/advocacy_docs/supported-open-source/warehousepg/warehousepg/index.mdx @@ -0,0 +1,20 @@ +--- +title: WarehousePG +description: Covering the open source WarehousePG. +--- + +## Introducing WarehousePG + +[WarehousePG](https://github.com/warehouse-pg/warehouse-pg) is a new Apache 2-licensed fork of the formerly open source Greenplum Database. It offers binary compatibility with the legacy Greenplum versions most widely deployed by customers (6.x and 7.x) — plus net-new functionality and integrations. + +### Key features + +* Petabytes scale with high-speed /-concurrency performance, via MPP Cluster topology with a Postgres fork based on PG 12.12. +* A Master (coordinator) for query optimization and parallel plan and distribution +* Multiple segments (workers) for parallel execution of queries with each segment being a Postgres instance. +* High availability with standbys for the Master and mirrors for the segments. +* High-speed interconnections for continuous data processing pipelining. + +### Support + +For business-critical workloads, EDB Postgres AI provides support for WarehousePG. See the [EDB Postgres AI support for Greenplum workloads](../edbpggpsupp/) page for more information. diff --git a/src/pages/index.js b/src/pages/index.js index 921ba62eab1..7e18c43819a 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -421,6 +421,19 @@ const Page = () => { CloudNativePG + + + + WarehousePG + + + EDB Postgres AI support for Greenplum workloads + + Date: Wed, 23 Apr 2025 12:05:23 +0100 Subject: [PATCH 2/2] mdx fixes Signed-off-by: Dj Walker-Morgan --- .../supported-open-source/warehousepg/edbpggpsupp/index.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/advocacy_docs/supported-open-source/warehousepg/edbpggpsupp/index.mdx b/advocacy_docs/supported-open-source/warehousepg/edbpggpsupp/index.mdx index ee47d089fc9..3e534df7c11 100644 --- a/advocacy_docs/supported-open-source/warehousepg/edbpggpsupp/index.mdx +++ b/advocacy_docs/supported-open-source/warehousepg/edbpggpsupp/index.mdx @@ -10,7 +10,7 @@ For business-critical workloads, EDB Postgres AI provides support for WarehouseP This includes: -* Technical support: +* Technical support: * 24x7 expert technical support for EDB Postgres AI - Support for Greenplum workloads with WarehousePG. * Software updates: * Secure software delivery @@ -20,7 +20,6 @@ This includes: * Repository entitlement: * All packaged delivered through a dedicated EDB repository. - ## Installing EDB Postgres AI support for Greenplum workloads To install, you will need an EDB Subscription Token. This token is available, once logged in with your EDB account from the [EDB repositories](https://www.enterprisedb.com/repos-downloads). @@ -48,7 +47,7 @@ Then install the packages: ```bash sudo dnf install -y warehouse-pg-6 warehouse-pg-clients ``` + -