Tiers of compute and storage

Rohan Jones 291 Reputation points
2020-05-18T03:06:29.253+00:00

What is difference between different tiers of compute and storage?

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
713 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sam Cogan 10,157 Reputation points MVP
    2020-05-18T08:31:23.573+00:00

    There are two different things here, compute and storage.

    The different SKU's of virtual machines offer different hardware profiles, different amounts of CPU, Memory, Disk and Network, and different ratios of each of these.
    The different storage tiers (Hot, Cool, Archive) offer different levels of SLA and retrieval times with different costs to reflect that.

    If you are looking for more information please add some more details to your question.

    1 person found this answer helpful.
    0 comments No comments

  2. Rohan Jones 291 Reputation points
    2020-05-18T15:08:34.42+00:00

    Thank you! I found some additional information on this page here, @Sam Cogan pricing tier

    • The Basic tier is designed for workloads requiring light compute and I/O performance. Examples include servers used for development or testing, or small-scale infrequently used applications.
    • General Purpose is for most business workloads requiring balanced compute and memory with scalable I/O throughput. Examples include servers for hosting Web and Mobile apps, and other enterprise applications. The
    • Memory Optimized tier is for high performance database workloads requiring in-memory performance for faster transaction processing and higher concurrency. Examples include servers for processing real-time data and high performance transactional or analytical apps.

    1 person found this answer helpful.