Skip to content

Commit 48173a5

Browse files
authored
Merge pull request #202666 from GennadNY/gennady89
Additions as per work item 1843665
2 parents 41dfb69 + 0b7d560 commit 48173a5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

articles/postgresql/flexible-server/concepts-compare-single-server-flexible-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The following table provides a list of high-level features and capabilities comp
122122
| Microsoft Defender for Cloud | Yes | No |
123123
| Resource health | Yes | Yes |
124124
| Service health | Yes | Yes |
125-
| Performance insights (iPerf) | Yes | Yes |
125+
| Performance insights (iPerf) | Yes | Yes. Not available in portal |
126126
| Major version upgrades support | No | No |
127127
| Minor version upgrades | Yes. Automatic during maintenance window | Yes. Automatic during maintenance window |
128128

articles/postgresql/flexible-server/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This page provides latest news and updates regarding feature additions, engine v
2222
* Support for choosing [standby availability zone](./how-to-manage-high-availability-portal.md) when deploying zone-redundant high availability.
2323
* Support for [extensions](concepts-extensions.md) PLV8, pgrouting with new servers<sup>$</sup>
2424
* Version updates for [extension](concepts-extensions.md) PostGIS.
25+
* General availability of Azure Database for PostgreSQL - Flexible Server in Canada East and Jio India West regions.
2526

2627
<sup>**$**</sup> New servers get these features automatically. In your existing servers, these features are enabled during your server's future maintenance window.
2728

articles/postgresql/single-server/how-to-optimize-query-stats-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article describes how to optimize query statistics collection on an Azure D
1717

1818
## Use pg_stats_statements
1919

20-
**Pg_stat_statements** is a PostgreSQL extension that's enabled by default in Azure Database for PostgreSQL. The extension provides a means to track execution statistics for all SQL statements executed by a server. This module hooks into every query execution and comes with a non-trivial performance cost. Enabling **pg_stat_statements** forces query text writes to files on disk.
20+
**Pg_stat_statements** is a PostgreSQL extension that can be enabled in Azure Database for PostgreSQL. The extension provides a means to track execution statistics for all SQL statements executed by a server. This module hooks into every query execution and comes with a non-trivial performance cost. Enabling **pg_stat_statements** forces query text writes to files on disk.
2121

2222
If you have unique queries with long query text or you don't actively monitor **pg_stat_statements**, disable **pg_stat_statements** for best performance. To do so, change the setting to `pg_stat_statements.track = NONE`.
2323

0 commit comments

Comments
 (0)