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/flexible-server/concepts-troubleshooting-guides.md
+45-42Lines changed: 45 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,12 @@ The troubleshooting guides for Azure Database for PostgreSQL flexible server are
20
20
21
21
The troubleshooting guides available in Azure Database for PostgreSQL flexible server provide you with the necessary tools to analyze and troubleshoot prevalent performance issues,
22
22
including:
23
-
*High CPU Usage,
24
-
*High Memory Usage,
25
-
*High IOPS Usage,
26
-
*High Temporary Files,
27
-
* Autovacuum Monitoring,
28
-
* Autovacuum Blockers.
23
+
* CPU
24
+
* Memory
25
+
* IOPS
26
+
* Temporary files
27
+
* Autovacuum monitoring
28
+
* Autovacuum blockers
29
29
30
30
:::image type="content" source="./media/concepts-troubleshooting-guides/overview-troubleshooting-guides.jpg" alt-text="Screenshot of multiple Troubleshooting Guides combined." lightbox="./media/concepts-troubleshooting-guides/overview-troubleshooting-guides.jpg":::
31
31
@@ -34,59 +34,62 @@ The troubleshooting guides are directly integrated into the Azure portal and you
34
34
35
35
The troubleshooting guides consist of the following components:
36
36
37
-
-**High CPU Usage**
37
+
-**CPU**
38
38
39
-
* CPU Utilization
40
-
* Workload Details
41
-
* Transaction Trends and Counts
42
-
* Long Running Transactions
43
-
* Top CPU Consuming queries
44
-
* Total User Only Connections
39
+
* CPU
40
+
* Workload
41
+
* Transactions
42
+
* Long running transactions
43
+
* Queries
44
+
* User connections
45
+
* Locking and blocking
45
46
46
-
-**High Memory Usage**
47
+
-**Memory**
47
48
48
-
* Memory Utilization
49
-
* Workload Details
50
-
*Long Running Sessions
51
-
*Top Queries by Data Usage
52
-
*Total User only Connections
53
-
*Guidelines for configuring parameters
49
+
* Memory
50
+
* Workload
51
+
* Sessions
52
+
* Queries
53
+
* User connections
54
+
*Memory parameters
54
55
55
-
-**High IOPS Usage**
56
+
-**IOPS**
56
57
57
-
* IOPS Usage
58
-
* Workload Details
59
-
*Session Details
60
-
*Top Queries by IOPS
61
-
*IO Wait Events
62
-
*Checkpoint Details
63
-
* Storage Usage
58
+
* IOPS
59
+
* Workload
60
+
*Sessions
61
+
* Queries
62
+
*Waits
63
+
*Checkpoints
64
+
* Storage
64
65
65
-
-**High Temporary Files**
66
+
-**Temporary files**
66
67
67
-
* Storage Utilization
68
-
* Temporary Files Generated
69
-
* Workload Details
70
-
*Top Queries by Temporary Files
68
+
* Storage
69
+
* Temporary files
70
+
* Workload
71
+
* Queries
71
72
72
-
-**Autovacuum Monitoring**
73
+
-**Autovacuum monitoring**
73
74
74
-
* Bloat Ratio
75
-
* Tuple Counts
76
-
* Tables Vacuumed & Analyzed Execution Counts
77
-
* Autovacuum Workers Execution Counts
75
+
* Bloat
76
+
* Tuples
77
+
* Vacuum and analyze
78
+
* Autovacuum workers
79
+
* Autovacuum per table
80
+
* Enhanced metrics
78
81
79
-
-**Autovacuum Blockers**
82
+
-**Autovacuum blockers**
80
83
81
-
* Emergency AV and Wraparound
82
-
* Autovacuum Blockers
84
+
* Emergency autovacuum and wraparound
85
+
* Autovacuum blockers
83
86
84
87
85
88
Before using any troubleshooting guide, it is essential to ensure that all prerequisites are in place. For a detailed list of prerequisites, please refer to the [Use Troubleshooting Guides](how-to-troubleshooting-guides.md) article.
86
89
87
90
### Limitations
88
91
89
-
* Troubleshooting Guides are not available for [read replicas](concepts-read-replicas.md).
92
+
* Troubleshooting guides are not available for [read replicas](concepts-read-replicas.md).
90
93
* Please be aware that enabling Query Store on the Burstable pricing tier can lead to a negative impact on performance. As a result, it is generally not recommended to use Query Store with this particular pricing tier.
0 commit comments