Is there a disk speed cap after 100 GB of copied data?

Peter Björklund 0 Reputation points
2023-03-29T14:27:28.5533333+00:00

Is there some kind of speed cap when I copy data in Azure, if so how do I extend it? If there is no speed cap, why is it acting like this?

2023-03-29_161331

The source server have a 12 000 GiB Standard HDD LRS with 2000 Max IOPS and 500 Mbps thoughput. The source server isn't doing anything else at the moment than serving the file to the destination server.

Recource monitor of source server

2023-03-29_161000

The destination server have a 8192 GiB Premium SSD LRS with 16000 IOPS and 500 Mbps max throughput. The destination server is a development database server but is not under heavy load-

Recource monitor of destination server

2023-03-29_161429

With best regards, Peter Björklund

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,726 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 44,711 Reputation points
    2023-03-30T11:49:39.7833333+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having query\issues related to Azure slow copy speed.

    You might see slow performance when you try to transfer files to the Azure Files service. If you don't have a specific minimum I/O size requirement, we recommend that you use 1 MiB as the I/O size for optimal performance.

    Use the right copy method:

    Use AzCopy for any transfer between two file shares.

    Use Robocopy between file shares on an on-premises computer.

    Reference :

    https://learn.microsoft.com/en-us/azure/storage/files/files-troubleshoot-performance?tabs=windows

    --If the reply is helpful, please Upvote and Accept as answer--


  2. Peter Björklund 0 Reputation points
    2023-03-30T14:00:04.78+00:00

    How do I set the IO size and how would that change the fact that I have 100MB/s in transfer speed during the first 100GB of data then it drops to 20MB/s? I figure that if the IO size was the issue I would experience the speed drop long before 100GB is transfered.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.