Skip to content

Commit 6612a21

Browse files
updated the advisor recommendation content
1 parent 7166c7f commit 6612a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/postgresql/flexible-server/how-to-autovacuum-tuning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,9 @@ Azure Advisor recommendations are a proactive way of identifying if a server has
323323

324324
The recommendations are:
325325

326-
- **High Bloat Ratio**: High bloat ratio can impact server performance in multiple ways. One of these is the PG Engine Optimizer being unable to pick the best route which in turn leads to query performance degradation.
326+
- **High Bloat Ratio**: High bloat ratio can impact server performance in multiple ways. One of negative impact is the PG Engine Optimizer being unable to pick the best route which in turn leads to query performance degradation. Hence, a recommendation is triggered when the bloat percentage on a server reaches a threshold.
327327

328-
- **Transaction Wrap around**: This is one of the most serious issues a server can encounter. Once your server is in this state it might stop accepting any more transactions, causing the server to become read-only.
328+
- **Transaction Wrap around**: This is one of the most serious issues a server can encounter. Once your server is in this state it might stop accepting any more transactions, causing the server to become read-only. Hence, a recommendation is triggered when we see the server has crossed 1 billion transactions threshold.
329329

330330
## Related content
331331

0 commit comments

Comments
 (0)