Skip to content

Commit fd8ae8b

Browse files
openshift-cherrypick-robotFortune-Ndlovujmagakdeerskindollthemr0c
authored
[release-1.8] RHIDP-8629: sizing requirements for external PostgreSQL deployment with RHDH (#1544)
Co-authored-by: Fortune Ndlovu <[email protected]> Co-authored-by: Judith Magak <[email protected]> Co-authored-by: deerskindoll <[email protected]> Co-authored-by: Fabrice Flore-Thébault <[email protected]>
1 parent c07b4f6 commit fd8ae8b

File tree

3 files changed

+55
-1
lines changed

3 files changed

+55
-1
lines changed

modules/about/ref-rhdh-sizing.adoc

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
[id="rhdh-sizing_{context}"]
44
= Sizing requirements for {product}
55

6-
Scaling the {product} requires significant resource allocation. The following table lists the sizing requirements for installing and running {product}, including {product-short} application, database components, and Operator.
6+
Learn about sizing requirements for {product}.
7+
Table 1 lists the sizing requirements for installing and running {product}, including {product-short} application, database components, and Operator.
8+
Table 2 lists recommended sizing requirements for {product-docs-link}/html-single/configuring_red_hat_developer_hub/index#configuring-external-postgresql-databases[external PostgreSQL deployment] based on the deployment scale.
79

810
.Recommended sizing for running {product}
911
[cols="25%,25%,25%,25%", frame="all", options="header"]
@@ -33,3 +35,53 @@ Scaling the {product} requires significant resource allocation. The following ta
3335
|3 or more
3436
|1 or more
3537
|===
38+
39+
.Recommended sizing for external PostgreSQL deployments with {product}
40+
[cols="25%,25%,25%,25%,25%", frame="all", options="header"]
41+
|===
42+
|Sizing legend
43+
|Small-scale
44+
|Mid-scale
45+
|Large-scale
46+
|Enterprise-scale
47+
48+
|Application usage
49+
|up to 5 thousand entities, up to 50 concurrent users
50+
|5–20 thousand entities, 50–150 concurrent users
51+
|20–50 thousand entities, 150–400 concurrent users
52+
|50–150 thousand entities, 400–800 concurrent users
53+
54+
|vCPU
55+
|2
56+
|4
57+
|8
58+
|16
59+
60+
|Memory
61+
|8 GiB
62+
|16 GiB
63+
|32 GiB
64+
|64 GiB
65+
66+
|Storage
67+
|50 GiB
68+
|100 GiB
69+
|200 GiB
70+
|500 GiB
71+
72+
|Number of replicas
73+
|1
74+
|2
75+
|2-3
76+
|3+
77+
78+
|PostgreSQL Database HA
79+
|1 primary
80+
|1 primary, 1 standby
81+
|1 primary, 1 synchronous standby
82+
|1 primary, 1 synchronous standby, 1 asynchronous replica
83+
|===
84+
85+
86+
87+

modules/configuring-external-databases/proc-configuring-postgresql-instance-using-helm.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ You can configure an external PostgreSQL instance by using the Helm Chart. By de
77

88
.Prerequisites
99

10+
* You meet the {about-book-link}#rhdh-sizing_about-rhdh[Sizing requirements for external PostgreSQL deployments].
1011
* You are using a supported version of PostgreSQL. For more information, see the link:https://access.redhat.com/support/policy/updates/developerhub[Product life cycle page].
1112
* You have the following details:
1213
** `db-host`: Denotes your PostgreSQL instance Domain Name System (DNS) or IP address

modules/configuring-external-databases/proc-configuring-postgresql-instance-using-the-operator.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ You can configure an external PostgreSQL instance using the {product} Operator.
77

88
.Prerequisites
99

10+
* You meet the {about-book-link}#rhdh-sizing_about-rhdh[Sizing requirements for external PostgreSQL deployments].
1011
* You are using a supported version of PostgreSQL. For more information, see the link:https://access.redhat.com/support/policy/updates/developerhub[Product life cycle page].
1112
* You have the following details:
1213
** `db-host`: Denotes your PostgreSQL instance Domain Name System (DNS) or IP address

0 commit comments

Comments
 (0)