Skip to content

Commit 2fbdf3f

Browse files
update high bloat ration recommendation
1 parent 6612a21 commit 2fbdf3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ 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 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.
326+
- **High Bloat Ratio**: A high bloat ratio can impact server performance in several ways. One significant issue is that the PostgreSQL Engine Optimizer may struggle to select the best execution plan, leading to degraded query performance. Therefore, a recommendation is triggered when the bloat percentage on a server reaches a certain threshold to avoid such performance issues.
327327

328328
- **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

0 commit comments

Comments
 (0)