You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/hyperscale/howto-restart.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
title: Restart server - Hyperscale (Citus) - Azure Database for PostgreSQL
3
-
description: How to restart the database in Azure Database for PostgreSQL - Hyperscale (Citus)
3
+
description: Learn how to restart all nodes in a Hyperscale (Citus) server group from the Azure portal.
4
+
ms.custom: kr2b-contr-experiment
4
5
ms.author: jonels
5
6
author: jonels-msft
6
7
ms.service: postgresql
@@ -11,19 +12,18 @@ ms.date: 05/06/2022
11
12
12
13
# Restart Azure Database for PostgreSQL - Hyperscale (Citus)
13
14
14
-
If you'd like to restart your Hyperscale (Citus) server group, you can do it
15
-
from the group's **Overview** page in the Azure portal. Select the **Restart**
16
-
button on the top bar. A confirmation dialog will appear. Select **Restart
17
-
all** to continue.
15
+
You can restart your Hyperscale (Citus) server group for the Azure portal. Restarting the server group applies to all nodes; you can't selectively restart
16
+
individual nodes. The restart applies to all PostgreSQL server processes in the nodes. Any applications attempting to use the database will experience
17
+
connectivity downtime while the restart happens.
18
18
19
-
> [!NOTE]
20
-
> If the Restart button is not yet present for your server group, please open
21
-
> an Azure support request to restart the server group.
19
+
1. In the Azure portal, navigate to the server group's **Overview** page.
22
20
23
-
Restarting the server group applies to all nodes; you can't selectively restart
24
-
individual nodes. The restart applies to the PostgreSQL server processes in the
25
-
nodes. Any applications attempting to use the database will experience
26
-
connectivity downtime while the restart happens.
21
+
1. Select **Restart** on the top bar.
22
+
> [!NOTE]
23
+
> If the Restart button is not yet present for your server group, please open
24
+
> an Azure support request to restart the server group.
25
+
26
+
1. In the confirmation dialog, select **Restart all** to continue.
SQL function on distributed tables. The function rebalances all tables in the
29
+
## Run the Shard rebalancer
30
+
31
+
To start the Shard rebalancer, connect to the coordinator node of the server group and then run the [rebalance_table_shards](reference-functions.md#rebalance_table_shards) SQL function on distributed tables.
32
+
33
+
The function rebalances all tables in the
37
34
[colocation](concepts-colocation.md) group of the table named in its
38
-
argument. Thus you do not have to call the function for every distributed
39
-
table, just call it on a representative table from each colocation group.
35
+
argument. You don't have to call the function for every distributed
36
+
table. Instead, call it on a representative table from each colocation group.
0 commit comments