Skip to content

Commit 3e994c6

Browse files
Merge pull request #52786 from markingmyname/train-bo-mo
[MySQL] Business Critical to Memory Optimized (merge 01/30/2026)
2 parents dc07e18 + 66ef641 commit 3e994c6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

learn-pr/azure/intro-to-azure-database-for-mysql/5-knowledge-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ quiz:
4646
- content: "General Purpose"
4747
isCorrect: false
4848
explanation: "Incorrect. The General Purpose SKU is intended for production workloads requiring balanced compute and memory resources."
49-
- content: "Business Critical"
49+
- content: "Memory-Optimized"
5050
isCorrect: false
51-
explanation: "Incorrect. The Business Critical SKU is meant for the most demanding database applications, requiring high throughput and low latency."
51+
explanation: "Incorrect. The Memory-Optimized SKU is meant for the most demanding database applications, requiring high throughput and low latency."
5252
- content: "What feature of Azure Database for MySQL allows for automatic scaling of IOPS based on workload needs?"
5353
choices:
5454
- content: "Elastic pools"

learn-pr/azure/intro-to-azure-database-for-mysql/includes/3-how-azure-database-for-mysql-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Scaling in Azure Database for MySQL involves adjusting the computing resources a
3939
- **Compute scaling**: This refers to changing the compute tier of your MySQL flexible server. Azure offers several compute tiers, each designed to cater to different types of workloads:
4040
- *Burstable*: Suitable for environments with intermittent bursts of CPU usage that don't require continuous full CPU performance.
4141
- *General Purpose*: Designed for a wide range of applications, providing a balance of compute, memory, and I/O resources.
42-
- *Business Critical*: Offers the highest performance for databases, with more powerful CPUs and faster I/O, suitable for high-transaction, low-latency workloads.
42+
- *Memory-Optimized*: Offers the highest performance for databases, with more powerful CPUs and faster I/O, suitable for high-transaction, low-latency workloads.
4343
- **Memory and CPU allocation**: Depending on your selected tier, you can scale the number of vCores and the amount of RAM available to your database, which directly impacts the ability to handle larger or more complex queries and allows for a greater number of concurrent connections.
4444
2. **Horizontal scaling**
4545
- Azure Database for MySQL can scale horizontally by adding read replicas to distribute read traffic across multiple servers, improving read performance while keeping the primary server available for writes. Horizontal scaling allows your database to handle more query load, increasing application responsiveness.

0 commit comments

Comments
 (0)