Skip to content

Commit c1e7f35

Browse files
authored
Apply reviewer suggestions to shorten headings and lead with the action
1 parent dbf62d7 commit c1e7f35

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/advisor/advisor-reference-performance-recommendations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -475,37 +475,37 @@ Your server has been configured to output VERBOSE error logs. This can be useful
475475

476476
Learn more about [Learn more about Azure Database for PostgreSQL flexible server - Optimize log_error_verbosity settings for PostgreSQL on Azure Database](../postgresql/flexible-server/concepts-logging.md).
477477

478-
### Improve PostgreSQL - Flexible Server performance by identifying if Checkpoints are happening too frequently
478+
### Identify if checkpoints are happening too often to improve PostgreSQL - Flexible Server performance
479479

480480
Your sever is encountering checkpoints frequently. To resolve the issue, we recommend increasing your max_wal_size server parameter.
481481

482482
Learn more about [Azure Database for PostgreSQL flexible server – Increase max_wal_size](../postgresql/flexible-server/server-parameters-table-write-ahead-log---checkpoints?pivots=postgresql-16#max_wal_size).
483483

484-
### Improve PostgreSQL - Flexible Server performance by identifying inactive Logical Replication Slots
484+
### Identify inactive Logical Replication Slots to improve PostgreSQL - Flexible Server performance
485485

486486
Your server may have inactive logical replication slots which can result in degraded server performance and availability. We recommend deleting inactive replication slots or consuming the changes from the slots so the Log Sequence Number (LSN) advances to closer to the current LSN of the server.
487487

488488
Learn more about [Azure Database for PostgreSQL flexible server – Unused/inactive Logical Replication Slots](../postgresql/flexible-server/how-to-autovacuum-tuning#unused-replication-slots).
489489

490-
### Improve PostgreSQL - Flexible Server performance by identifying Long Running transactions
490+
### Identify long-running transactions to improve PostgreSQL - Flexible Server performance
491491

492492
There are transactions running for more than 24 hours. Review the High CPU Usage-> Long Running Transactions section in the troubleshooting guides to identify and mitigate the issue.
493493

494494
Learn more about [Azure Database for PostgreSQL flexible server – Long Running transactions using Troubleshooting guides](../postgresql/flexible-server/how-to-troubleshooting-guides).
495495

496-
### Improve PostgreSQL - Flexible Server performance by identifying Orphaned Prepared transactions
496+
### Identify Orphaned Prepared transactions to improve PostgreSQL - Flexible Server performance
497497

498498
There are orphaned prepared transactions. Rollback/Commit the prepared transaction. The recommendations are shared in Autovacuum Blockers -> Autovacuum Blockers section in the troubleshooting guides.
499499

500500
Learn more about [Azure Database for PostgreSQL flexible server – Orphaned Prepared transactions using Troubleshooting guides](../postgresql/flexible-server/how-to-troubleshooting-guides).
501501

502-
### Improve PostgreSQL - Flexible Server performance by identifying Transaction Wraparound
502+
### Identify Transaction Wraparound to improve PostgreSQL - Flexible Server performance
503503

504504
The server has crossed the 50% wraparound limit, having 1 billion transactions. Refer to the recommendations shared in the Autovacuum Blockers -> Emergency AutoVacuum and Wraparound section of the troubleshooting guides.
505505

506506
Learn more about [Azure Database for PostgreSQL flexible server – Transaction Wraparound using Troubleshooting guides](../postgresql/flexible-server/how-to-troubleshooting-guides).
507507

508-
### Improve PostgreSQL - Flexible Server performance by identifying High Bloat Ratio
508+
### Identify High Bloat Ratio to improve PostgreSQL - Flexible Server performance
509509

510510
The server has a bloat_ratio (dead tuples/ (live tuples + dead tuples) > 80%). Refer to the recommendations shared in the Autovacuum Monitoring section of the troubleshooting guides.
511511

0 commit comments

Comments
 (0)