|
7 | 7 | paragraph: Learn the key advantages of migrating to the Block Storage API for managing your Block Storage volumes and snapshots. |
8 | 8 | tags: volumes block-storage 5kiops 10kiops sbs low-latency migration |
9 | 9 | dates: |
10 | | - validation: 2025-01-14 |
| 10 | + validation: 2025-03-03 |
11 | 11 | posted: 2025-01-14 |
12 | 12 | categories: |
13 | 13 | - storage |
@@ -76,6 +76,20 @@ The Block Storage API supports a broader range of storage classes, including: |
76 | 76 | - **Performance**: Enhanced performance with up to 5K IOPS (SBS 5K) and 15K IOPS (SBS 15K). |
77 | 77 | - **Latency**: Lower latency, ideal for workloads demanding rapid and reliable data access. |
78 | 78 |
|
| 79 | +### Comparison of Block Storage volume types |
| 80 | + |
| 81 | +| Volume type | IOPS | Underlying hardware | Latency | Max volume size | Recommended use cases | Availability & resilience | |
| 82 | +|-----------------------------------|----------|--------------------------------|---------------------|----------------------|-------------------------|----------------------------| |
| 83 | +| `b_ssd` (Block Storage 5K legacy) | 5,000 | Legacy SSDs | High | Up to 10 TB | General-purpose workloads that do not demand high IOPS or low latency | Data is replicated three times across multiple disks for high availability and integrity | |
| 84 | +| `sbs_5k` (Block Low Latency 5K) | 5,000 | Modern NVMe disks | Low | 5 GB to 10 TB | Development environments, web servers, and applications needing consistent performance | 99.99% SLA, triple-replicated data to safeguard against hardware failures | |
| 85 | +| `sbs_15k` (Block Low Latency 15K) | 15,000 | Modern NVMe disks | Very low | 5 GB to 10 TB | High-performance databases, transactional applications, and I/O-intensive workloads | 99.99% SLA, triple-replicated data to safeguard against hardware failures | |
| 86 | + |
| 87 | +You can attach a maximum of 16 volumes (including the mandatory boot volume) to a single Instance. |
| 88 | + |
| 89 | +<Message type="tip"> |
| 90 | + Refer to the [dedicated documentation](/block-storage/reference-content/differences-between-5kiops-volumes/) for more information on the differences between Block Storage 5K legacy volumes and Block Storage Low Latency 5K volumes. |
| 91 | +</Message> |
| 92 | + |
79 | 93 | ## Why transition to the Block Storage API? |
80 | 94 |
|
81 | 95 | By transitioning to the Block Storage API, you align with Scaleway's consolidated storage management approach and gain access to advanced storage features and flexibility. While migrating to the Block Storage API does not inherently change the performance of BSSD volumes, you benefit from: |
|
0 commit comments