From 6007f67b9d3af3a875a827b548d163e06a91a91f Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Tue, 29 Aug 2023 08:58:03 +0100 Subject: [PATCH 1/3] Deployment update with table Signed-off-by: Dj Walker-Morgan --- product_docs/docs/pgd/5/deployments.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/product_docs/docs/pgd/5/deployments.mdx b/product_docs/docs/pgd/5/deployments.mdx index b7ea55a249e..78e5e21cf0d 100644 --- a/product_docs/docs/pgd/5/deployments.mdx +++ b/product_docs/docs/pgd/5/deployments.mdx @@ -12,3 +12,17 @@ You can deploy and install EDB Postgres Distributed products using the following - EDB Postgres Distributed for Kubernetes is a Kubernetes operator designed, developed, and supported by EDB. It covers the full lifecycle of highly available Postgres database clusters with a multi-master architecture, using PGD replication. It's based on the open source CloudNativePG operator and provides additional value, such as compatibility with Oracle using EDB Postgres Advanced Server, Transparent Data Encryption (TDE) using EDB Postgres Extended or Advanced Server, and additional supported platforms including IBM Power and OpenShift. This offering is currently in preview. +| |
On-prem
|
BigAnimal
|
Kubernetes
(preview)
| +|--------------------------------------------|:------------------------:|:------------------------------------------:|:-----------------------------------------:| +| Single Region | ✅ | ✅ | ✅ | +| Active-Active Support | 2+ regions | 2 regions | 2 regions | +| Write/Read Routing | Local or global | Local | Local | +| Automated Failover | AZ or Region | AZ | AZ | +| Major Version Upgrades | ✅ | Roadmap | Roadmap | +| Subscriber-only nodes
(read replicas) | ✅ | TBD | TBD | +| Logical standby nodes | ✅ | TBD | TBD | +| PgBouncer | ✅ | TBD | TBD | +| Selective data replication | ✅ | ✅ | ✅ | +| Maintenance windows per region | ✅ | ✅ | ✅ | +| Target Availability | 99.999% SLO | 99.99 SLA (single)
99.995% SLA (multi) | 99.999% SLO | + From ca8f979734a14e278e03e034285012e9b31f8bba Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Tue, 29 Aug 2023 10:51:08 +0100 Subject: [PATCH 2/3] Updated deployments text for TPA Signed-off-by: Dj Walker-Morgan --- product_docs/docs/pgd/5/deployments.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/product_docs/docs/pgd/5/deployments.mdx b/product_docs/docs/pgd/5/deployments.mdx index 78e5e21cf0d..744013e70f4 100644 --- a/product_docs/docs/pgd/5/deployments.mdx +++ b/product_docs/docs/pgd/5/deployments.mdx @@ -6,23 +6,23 @@ indexCards: simple You can deploy and install EDB Postgres Distributed products using the following methods: -- [Trusted Postgres Architect](/tpa/latest) (TPA) is an orchestration tool that uses Ansible to build Postgres clusters using a set of reference architectures that document how to set up and operate Postgres in various scenarios. TPA represents the best practices followed by EDB, and its recommendations apply to quick testbed setups just as they do to production environments. See [Deploying with TPA](tpa) for more information. +- [Trusted Postgres Architect](/tpa/latest) (TPA) is an orchestration tool that uses Ansible to build Postgres clusters using a set of reference architectures that document how to set up and operate Postgres in various scenarios. TPA represents the best practices followed by EDB, and its recommendations apply to quick testbed setups just as they do to production environments. TPA's flexibility allows deployments to virtual machines, AWS cloud instances or Linux host hardware. See [Deploying with TPA](tpa) for more information. - BigAnimal is a fully managed database-as-a-service with built-in Oracle compatibility that runs in your cloud account or BigAnimal's cloud account where it's operated by our Postgres experts. EDB BigAnimal makes it easy to set up, manage, and scale your databases. The addition of distributed high-availability support powered by EDB Postgres Distributed (PGD) enables single- and and multi-region Always On Gold clusters. See [Distributed high availability](/biganimal/latest/overview/02_high_availability/#distributed-high-availability) in the [BigAnimal documentation](/biganimal/latest) for more information. - EDB Postgres Distributed for Kubernetes is a Kubernetes operator designed, developed, and supported by EDB. It covers the full lifecycle of highly available Postgres database clusters with a multi-master architecture, using PGD replication. It's based on the open source CloudNativePG operator and provides additional value, such as compatibility with Oracle using EDB Postgres Advanced Server, Transparent Data Encryption (TDE) using EDB Postgres Extended or Advanced Server, and additional supported platforms including IBM Power and OpenShift. This offering is currently in preview. -| |
On-prem
|
BigAnimal
|
Kubernetes
(preview)
| +| |
On-prem/TPA
|
BigAnimal
|
Kubernetes
(preview)
| |--------------------------------------------|:------------------------:|:------------------------------------------:|:-----------------------------------------:| -| Single Region | ✅ | ✅ | ✅ | -| Active-Active Support | 2+ regions | 2 regions | 2 regions | -| Write/Read Routing | Local or global | Local | Local | -| Automated Failover | AZ or Region | AZ | AZ | -| Major Version Upgrades | ✅ | Roadmap | Roadmap | +| Single region | ✅ | ✅ | ✅ | +| Active-Active support | 2+ regions | 2 regions | 2 regions | +| Write/Read routing | Local or global | Local | Local | +| Automated failover | AZ or Region | AZ | AZ | +| Major version upgrades | ✅ | Roadmap | Roadmap | | Subscriber-only nodes
(read replicas) | ✅ | TBD | TBD | | Logical standby nodes | ✅ | TBD | TBD | | PgBouncer | ✅ | TBD | TBD | | Selective data replication | ✅ | ✅ | ✅ | | Maintenance windows per region | ✅ | ✅ | ✅ | -| Target Availability | 99.999% SLO | 99.99 SLA (single)
99.995% SLA (multi) | 99.999% SLO | +| Target availability | 99.999% SLO | 99.99 SLA (single)
99.995% SLA (multi) | 99.999% SLO | From 558c517911549754118531747b97daec46a64165 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Thu, 31 Aug 2023 18:07:34 +0100 Subject: [PATCH 3/3] Removed on-prem from heading Signed-off-by: Dj Walker-Morgan --- product_docs/docs/pgd/5/deployments.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pgd/5/deployments.mdx b/product_docs/docs/pgd/5/deployments.mdx index 744013e70f4..ca16d43536a 100644 --- a/product_docs/docs/pgd/5/deployments.mdx +++ b/product_docs/docs/pgd/5/deployments.mdx @@ -12,7 +12,7 @@ You can deploy and install EDB Postgres Distributed products using the following - EDB Postgres Distributed for Kubernetes is a Kubernetes operator designed, developed, and supported by EDB. It covers the full lifecycle of highly available Postgres database clusters with a multi-master architecture, using PGD replication. It's based on the open source CloudNativePG operator and provides additional value, such as compatibility with Oracle using EDB Postgres Advanced Server, Transparent Data Encryption (TDE) using EDB Postgres Extended or Advanced Server, and additional supported platforms including IBM Power and OpenShift. This offering is currently in preview. -| |
On-prem/TPA
|
BigAnimal
|
Kubernetes
(preview)
| +| |
TPA
|
BigAnimal
|
Kubernetes
(preview)
| |--------------------------------------------|:------------------------:|:------------------------------------------:|:-----------------------------------------:| | Single region | ✅ | ✅ | ✅ | | Active-Active support | 2+ regions | 2 regions | 2 regions |