Skip to content

Commit d7d0b09

Browse files
committed
Remove tier consideration in quickstart
1 parent 06ab6a3 commit d7d0b09

File tree

2 files changed

+26
-31
lines changed

2 files changed

+26
-31
lines changed

articles/postgresql/hyperscale/concepts-server-group.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,25 @@ allowed server group has one coordinator node and two workers. You can choose
6868
to use more nodes based on your use-case, as described in our [initial
6969
sizing](howto-scale-initial.md) how-to.
7070

71+
#### Tier summary
72+
73+
**Basic tier**
74+
75+
* 2 to 8 vCores, 8 to 32 GiB memory.
76+
* Consists of a single database node which can be scaled vertically.
77+
* Supports sharding on a single node and can be easily upgraded to a Standard Tier.
78+
* Economical deployment option for initial development, testing.
79+
80+
**Standard tier**
81+
82+
* 8 to 1000+ vCores, up to 8+ TiB memory
83+
* Distributed Postgres cluster which consists of a dedicated coordinator
84+
node and at least two worker nodes.
85+
* Supports Sharding on multiple worker nodes. The cluster can be scaled
86+
horizontally by adding new worker nodes and scaled vertically by
87+
increasing the vCores of the nodes.
88+
* Best for performance and scale.
89+
7190
## Next steps
7291

7392
* Learn to [provision the basic tier](quickstart-create-basic-tier.md)

includes/azure-postgresql-hyperscale-create-db.md

Lines changed: 7 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -40,34 +40,10 @@ Follow these steps to create an Azure Database for PostgreSQL server:
4040

4141
![compute and storage](./media/azure-postgresql-hyperscale-create-db/compute.png)
4242

43-
Hyperscale Citus has two deployment options for Tiers:
44-
45-
**Basic tier**
46-
47-
* 2 to 8 vCores, 8 to 32 GiB memory.
48-
* Consists of a single database node which can be scaled vertically.
49-
* Supports sharding on a single node and can be easily upgraded to a Standard Tier.
50-
* Economical deployment option for initial development, testing.
51-
52-
**Standard tier**
53-
54-
* 8 to 1000+ vCores, up to 8+ TiB memory
55-
* Distributed Postgres cluster which consists of a dedicated coordinator
56-
node and at least two worker nodes.
57-
* Supports Sharding on multiple worker nodes. The cluster can be scaled
58-
horizontally by adding new worker nodes and scaled vertically by
59-
increasing the vCores of the nodes.
60-
* Best for performance and scale.
61-
62-
Learn more about [choosing tiers](../articles/postgresql/hyperscale/concepts-server-group.md#tiers).
63-
64-
**High availability**:
65-
66-
Enable high availability to have standby replicas of every node with
67-
automatic failover in your server group.
68-
69-
5. Click **Next : Networking >** at the bottom of the screen.
70-
6. In the **Networking** tab, select **Allow public access from Azure services
43+
5. For the purpose of this quickstart, you can accept the default values of
44+
compute and storage. Click **Save**.
45+
6. Click **Next : Networking >** at the bottom of the screen.
46+
7. In the **Networking** tab, select **Allow public access from Azure services
7147
and resources within Azure to this server group**. Then select **+ Add
7248
current client IP address**.
7349

@@ -80,11 +56,11 @@ Follow these steps to create an Azure Database for PostgreSQL server:
8056
> to your Hyperscale (Citus) cluster unless your IT department opens port
8157
> 5432.
8258
83-
7. Select **Review + create** and then **Create** to provision the server.
59+
8. Select **Review + create** and then **Create** to provision the server.
8460
Provisioning takes a few minutes.
85-
8. The page will redirect to monitor deployment. When the live status changes
61+
9. The page will redirect to monitor deployment. When the live status changes
8662
from **Your deployment is underway** to **Your deployment is complete**,
8763
click the **Outputs** menu item on the left of the page.
88-
9. The outputs page will contain a coordinator hostname with a button next to
64+
10. The outputs page will contain a coordinator hostname with a button next to
8965
it to copy the value to the clipboard. Record this information for later
9066
use.

0 commit comments

Comments
 (0)