Temporary Storage performance better than Premium SSD in terms of IOPs/MBps?

suresh Reddy 61 Reputation points
2024-09-05T13:44:02.7066667+00:00

Just to confirm whether the VM Sample-VM Temporary Storage is running 75000/1000 IOPs/MBps according to the below article.

https://learn.microsoft.com/en-us/azure/virtual-machines/ebdsv5-ebsv5-series

Standard_E16bds_v5 16 128 600 32 75000/1000 48400/1370 64000/2000 64800/1370 96000/2000 8 12500
Standard_E16bds_v5 16 128 600 32 75000/1000 48400/1370 64000/2000 64800/1370 96000/2000 8 12500

Is the Temporary Storage performance indeed better than Premium SSD in terms of IOPs/MBps?

https://learn.microsoft.com/en-us/azure/virtual-machines/disks-types#premium-ssds

Please share the inputs, I am aware we can not store the data in the temp disk ?

What are the additional advantages and disadvantages on this particular scenario?

Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
647 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nehruji R 8,146 Reputation points Microsoft Vendor
    2024-09-06T08:14:37.6766667+00:00

    Hello suresh Reddy,

    Greetings! Welcome to Microsoft Q&A Platform.

    Temporary Storage in Azure VMs, often referred to as the local SSD, can indeed offer higher IOPS and throughput compared to Premium SSDs. As the performance metrics on temp drive has it varies with every VM size. Hence, it's not been documented and since temp drive are provided to VMs, from underlying compute machine itself the read/write operations will be fast. However, it can't be expanded or increased based on requirement. You may have to increase the size of VMs if you need more temp drive space and if that temporary files are important, then you need to go for premium disks as it provides persistent data. About temporary files, we are not sure what duration is temporary for your VMs.

    Note: If 2-3 hours of data is temporary for you and if any VM crash happens redeploying VM, those files are gone. Best for temporary data, caching, or scratch space where data loss is acceptable.

    Suitable for applications requiring persistent storage with high performance, such as databases and critical applications.

    Temporary Storage:

    IOPS: Can be significantly higher, depending on the VM size.

    • Generally higher due to the local nature of the storage.
    • Lower latency as it is directly attached to the VM.

    Premium SSD:

    • IOPS: Up to 20,000 IOPS for the largest sizes.
    • Throughput: Up to 900 MB/.
    • Slightly higher compared to local SSDs but still very low.

    Hope this answer helps! please let us know if you have any further queries. I’m happy to assist you further.


    Please "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.