Skip to content

Commit 05653db

Browse files
authored
Merge pull request #204199 from niklarin/patch-3
Hyperscale (Citus) compute: Added 96 and 104 vCore options for Standa…
2 parents 69539a1 + ab7173a commit 05653db

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

articles/postgresql/hyperscale/resources-compute.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jonels-msft
66
ms.service: postgresql
77
ms.subservice: hyperscale-citus
88
ms.topic: conceptual
9-
ms.date: 05/10/2022
9+
ms.date: 07/08/2022
1010
---
1111

1212
# Azure Database for PostgreSQL – Hyperscale (Citus) compute and storage
@@ -24,13 +24,13 @@ the Postgres server logs.
2424

2525
## Standard tier
2626

27-
| Resource | Worker node | Coordinator node |
28-
|-----------------------|-----------------------|-----------------------|
29-
| Compute, vCores | 4, 8, 16, 32, 64 | 4, 8, 16, 32, 64 |
30-
| Memory per vCore, GiB | 8 | 4 |
31-
| Storage size, TiB | 0.5, 1, 2 | 0.5, 1, 2 |
32-
| Storage type | General purpose (SSD) | General purpose (SSD) |
33-
| IOPS | Up to 3 IOPS/GiB | Up to 3 IOPS/GiB |
27+
| Resource | Worker node | Coordinator node |
28+
|-----------------------|--------------------------------|--------------------------|
29+
| Compute, vCores | 4, 8, 16, 32, 64, 96, 104 | 4, 8, 16, 32, 64, 96 |
30+
| Memory per vCore, GiB | 8 | 4 |
31+
| Storage size, TiB | 0.5, 1, 2 | 0.5, 1, 2 |
32+
| Storage type | General purpose (SSD) | General purpose (SSD) |
33+
| IOPS | Up to 3 IOPS/GiB | Up to 3 IOPS/GiB |
3434

3535
The total amount of RAM in a single Hyperscale (Citus) node is based on the
3636
selected number of vCores.
@@ -41,7 +41,9 @@ selected number of vCores.
4141
| 8 | 64 | 32 |
4242
| 16 | 128 | 64 |
4343
| 32 | 256 | 128 |
44-
| 64 | 432 | 256 |
44+
| 64 | 432 or 512 | 256 |
45+
| 96 | 672 | 384 |
46+
| 104 | 672 | n/a |
4547

4648
The total amount of storage you provision also defines the I/O capacity
4749
available to each worker and coordinator node.

0 commit comments

Comments
 (0)