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-limits.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,8 @@ A PostgreSQL connection, even idle, can occupy about 10 MB of memory. Also, crea
68
68
- Currently, storage auto-grow feature isn't available. You can monitor the usage and increase the storage to a higher size.
69
69
- When the storage usage reaches 95% or if the available capacity is less than 5 GiB whichever is more, the server is automatically switched to **read-only mode** to avoid errors associated with disk-full situations. In rare cases, if the rate of data growth outpaces the time it takes switch to read-only mode, your Server may still run out of storage.
70
70
-- We recommend to set alert rules for `storage used` or `storage percent` when they exceed certain thresholds so that you can proactively take action such as increasing the storage size. For example, you can set an alert if the storage percent exceeds 80% usage.
71
-
- If you are using logical replication, then you must drop the logical replication slot in the primary server if the corresponding subscriber no longer exists. Otherwise the WAL files start to get accumulated in the primary filling up the storage. If the storage threshold exceeds certain threshold and if the logical replication slot is not in use (due to non-available subscriber), Flexible server automatically drops that unused logical replication slot. That action releases accumulated WAL files and avoids your server becoming unavailable due to storage getting filled situation.
72
-
73
-
71
+
- If you're using logical replication, then you must drop the logical replication slot in the primary server if the corresponding subscriber no longer exists. Otherwise the WAL files start to get accumulated in the primary filling up the storage. If the storage threshold exceeds certain threshold and if the logical replication slot isn't in use (due to non-available subscriber), Flexible server automatically drops that unused logical replication slot. That action releases accumulated WAL files and avoids your server becoming unavailable due to storage getting filled situation.
72
+
74
73
### Networking
75
74
76
75
- Moving in and out of VNET is currently not supported.
@@ -88,7 +87,7 @@ A PostgreSQL connection, even idle, can occupy about 10 MB of memory. Also, crea
88
87
89
88
### Postgres engine, extensions, and PgBouncer
90
89
91
-
- Postgres 10 and older aren't supported as those are already retired by the open-source community. If you must use one of these versions, you will need to use the [Single Server](../overview-single-server.md) option which supports the older major versions 95, 96 and 10.
90
+
- Postgres 10 and older aren't supported as those are already retired by the open-source community. If you must use one of these versions, you'll need to use the [Single Server](../overview-single-server.md) option which supports the older major versions 95, 96 and 10.
92
91
- Flexible Server supports all `contrib` extensions and more. Please refer to [PostgreSQL extensions](/azure/postgresql/flexible-server/concepts-extensions).
93
92
-- Built-in PgBouncer connection pooler is currently not available for Burstable servers.
94
93
- SCRAM authentication isn't supported with connectivity using built-in PgBouncer.
@@ -103,12 +102,12 @@ A PostgreSQL connection, even idle, can occupy about 10 MB of memory. Also, crea
103
102
104
103
### Backing up a server
105
104
106
-
--Backups are managed by the system, there is currently no way to run these backups manually. We recommend using `pg_dump` instead.
105
+
- Backups are managed by the system, there's currently no way to run these backups manually. We recommend using `pg_dump` instead.
107
106
- The first snapshot is a full backup and consecutive snapshots are differential backups. The differential backups only backup the changed data since the last snapshot backup. For example, if the size of your database is 40GB and your provisioned storage is 64GB, the first snapshot backup will be 40GB. Now, if you change 4GB of data, then the next differential snapshot backup size will only be 4GB. The transaction logs (write ahead logs - WAL) are separate from the full/differential backups, and are archived continuously.
108
107
109
108
### Restoring a server
110
109
111
-
--When using the Point-in-time-Restore feature, the new server is created with the same compute and storage configurations as the server it is based on.
110
+
- When using the Point-in-time-Restore feature, the new server is created with the same compute and storage configurations as the server isn't based on.
112
111
-- VNET based database servers are restored into the same VNET when you restore from a backup.
113
112
- The new server created during a restore doesn't have the firewall rules that existed on the original server. Firewall rules need to be created separately for the new server.
0 commit comments