Microsoft Azure object storage per second

Prince Gupta 0 Reputation points
2023-05-22T10:07:50.0066667+00:00

Hello I want to know the speed of Microsoft Azure objectives storage for second because I am confused with the all the object storage like minIO, AWS S3, IBM objective storage so can you tell me what is the speed of Microsoft Azure objective storage as I have to take my decision to build my gaming streaming

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,529 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Sumarigo-MSFT 47,466 Reputation points Microsoft Employee Moderator
    2023-05-23T08:44:18.27+00:00

    @Prince Gupta Welcome to Microsoft Q&A Forum, Thank you for posting your query!

    Are you referring to IOPS, throughput or bandwidth?

    Already Khaled El-Sayed, TAQA Gas has provided the detailed information, adding few more insights on your query!

    Azure Blob Storage provides high scalability and performance capabilities, allowing you to store and retrieve large amounts of unstructured data. The storage capacity and throughput of Azure Blob Storage can be scaled up as needed, but reaching sustained speeds of 200 GB per second would require careful architectural planning and possibly utilizing additional Azure services.

    To optimize the performance of Azure Blob Storage, you can leverage features such as parallelism, caching, and optimizing your application code. Azure also provides content delivery services like Azure Content Delivery Network (CDN), which can help deliver your gaming content efficiently to end-users by caching it closer to them.

    It's worth mentioning that the specific needs and requirements of your gaming streaming site should be thoroughly analyzed to determine the most suitable infrastructure and storage setup. Working closely with Azure experts or consultants can provide valuable guidance in designing an architecture that meets your performance and scalability goals.

    Performance and scalability checklist for Blob storage: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-performance-checklist

    This reference details scalability and performance targets for Azure Storage. The scalability and performance targets listed here are high-end targets, but are achievable. In all cases, the request rate and bandwidth achieved by your storage account depends upon the size of objects stored, the access patterns utilized, and the type of workload your application performs: https://learn.microsoft.com/en-us/azure/storage/blobs/scalability-targets

    Please let us know if you have any further queries. I’m happy to assist you further or work closer on this issue


    Please do not forget to "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

  2. Khaled Elsayed Mohamed 1,335 Reputation points
    2023-05-22T11:09:41.4766667+00:00

    The speed of Microsoft Azure object storage depends on the type of storage account you choose. For example, general-purpose v2 (GPv2) storage accounts have a maximum throughput of 200 megabytes per second (MBps) for reads and 400 MBps for writes. Premium storage accounts have a maximum throughput of 4,000 MBps for reads and 8,000 MBps for writes.

    Here is a table that summarizes the speed of different types of Microsoft Azure object storage accounts:

    General-purpose v2 (GPv2) 200 MBps/400 MBps
    Premium 4,000 MBps/8,000 MBps

    If you are building a gaming streaming service, you will need to choose a storage account that can provide the necessary throughput for your needs. If you are expecting a lot of traffic, you may need to choose a premium storage account.

    • some additional details about the speed of Microsoft Azure object storage:
    • The speed of object storage is measured in throughput, which is the amount of data that can be transferred per second.
    • The throughput of object storage depends on the type of storage account, the size of the objects being stored, and the distance between the storage account and the user.
    • Microsoft Azure object storage is a good choice for gaming streaming services because it offers high throughput and low latency.

    • also:
      The performance and speed of Microsoft Azure Object Storage can vary depending on various factors such as the type of storage account, the size of objects, network conditions, and the specific Azure region you choose.

    Azure Blob Storage, which is the object storage service provided by Microsoft Azure, is designed to provide high scalability and throughput. It supports different performance tiers, including Standard and Premium, with varying levels of performance and pricing options.

    In terms of specific speed measurements, it's challenging to provide exact numbers as it can depend on the aforementioned factors and specific use cases. However, Azure Blob Storage is known for its ability to handle high volumes of concurrent requests and provide fast access to stored objects.

    To get a better understanding of the performance capabilities of Azure Blob Storage, I recommend reviewing the Azure Storage scalability and performance targets documentation provided by Microsoft. This documentation outlines the performance goals and limitations of Azure Blob Storage and can assist you in making an informed decision for your gaming streaming requirements.

    Additionally, it's always a good idea to conduct your own performance testing and benchmarking with a small-scale prototype or trial to evaluate the suitability of Azure Blob Storage for your specific use case.


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.