Skip to content

Commit 98d17c9

Browse files
committed
Removed QS reference
1 parent df62734 commit 98d17c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/postgresql/migrate/automigration-single-to-flexible-postgresql.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ The compute tier and SKU for the target flexible server is provisioned based on
9292
- For Single Servers with greater storage requirement, sufficient storage equivalent to 1.25 times or 25% more storage than what is being used in the Single server is allocated. During the initial base copy of data, multiple insert statements are executed on the target, which generates WALs (Write Ahead Logs). Until these WALs are archived, the logs consume storage at the target and hence the margin of safety.
9393
- Both username formats – username@server_name (Single Server) and username (Flexible Server) are supported on the migrated Flexible Server.
9494
- Both connection string formats – Single Server and Flexible Server are supported on the migrated Flexible Server.
95-
- For Single Server instance with Query store enabled, the server parameter 'slow_query_log' on target instance is set to ON to ensure feature parity when migrating to Flexible Server. For certain workloads 'slow_query_log' could affect performance. If you observe any performance degradation, set this server parameter to 'OFF' on the Flexible Server instance.
9695

9796
## Post-migration steps
9897

0 commit comments

Comments
 (0)