Skip to content

Commit 979e71a

Browse files
authored
Update faq.yml
Added optimization for DMS
1 parent 64778d3 commit 979e71a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/dms/faq.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ sections:
7979
- name: Security
8080
questions:
8181
- question: |
82-
What services are created and consumed when an instance of DMS is created and run?
82+
What services are created and consumed when an instance of DMS(classic) is created and run?
8383
answer: |
8484
The following list contains the Azure resources that may be created behind the scenes to perform a data migration. The services used may vary by migration scenario.
8585
@@ -269,8 +269,14 @@ sections:
269269
answer: |
270270
You can do a few things to speed up your database migration using the service:
271271
272+
For DMS(Classic)-
272273
* Use the multi CPU General Purpose Pricing Tier when you create your service instance to allow the service to take advantage of multiple vCPUs for parallelization and faster data transfer.
273274
* Temporarily scale up your Azure SQL Database target instance to the Premium tier SKU during the data migration operation to minimize Azure SQL Database throttling that may affect data transfer activities when using lower-level SKUs.
275+
276+
For DMS-
277+
* DMS uses SHIR node as its compute, if you are copying backups from local file share to Azure blob storage OR while performing migration to Target Azure SQL DB. So ensure to monitor the resrouce usage of SHIR node.
278+
* Temporarily scale up your Azure SQL Database target instance to the Premium tier SKU during the data migration operation to minimize Azure SQL Database disk throttling that may affect data transfer activities when using lower-level SKUs.
279+
* For more detailed information, refer [blog](https://techcommunity.microsoft.com/t5/microsoft-data-migration-blog/improving-sql-db-migration-performance-azure-database-migration/ba-p/3968094)
274280
275281
additionalContent: |
276282

0 commit comments

Comments
 (0)