Skip to content

Commit 634dd68

Browse files
nerda-codesbene2k1
authored andcommitted
feat(block-storage): add volume types comparison table (#4523)
1 parent 98006c1 commit 634dd68

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

faq/blockstorage.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: Block Storage
77
dates:
8-
validation: 2025-01-07
8+
validation: 2025-03-03
99
category: storage
1010
productIcon: BlockStorageProductIcon
1111
---
@@ -24,6 +24,20 @@ Block Storage allows you to create bigger volumes and those volumes are persiste
2424
| **Latency** | Average | Local NVMe |
2525
| **Volume size** | Max 10 TB/volume | Up to 600 GB (GP1-XL) |
2626

27+
## What is the difference between Block Storage volume types?
28+
29+
| Volume type | IOPS | Underlying hardware | Latency | Max volume size | Recommended use cases | Availability & resilience |
30+
|-----------------------------------|----------|--------------------------------|---------------------|----------------------|-------------------------|----------------------------|
31+
| `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 |
32+
| `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 |
33+
| `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 |
34+
35+
You can attach a maximum of 16 volumes (including the mandatory boot volume) to a single Instance.
36+
37+
<Message type="tip">
38+
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.
39+
</Message>
40+
2741
## What are the performances expected from a block volume?
2842

2943
Block Storage offers 5,000 input/output operations per second (IOPS) through powerful SSDs.

pages/block-storage/reference-content/advantages-migrating-to-sbs.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn the key advantages of migrating to the Block Storage API for managing your Block Storage volumes and snapshots.
88
tags: volumes block-storage 5kiops 10kiops sbs low-latency migration
99
dates:
10-
validation: 2025-01-14
10+
validation: 2025-03-03
1111
posted: 2025-01-14
1212
categories:
1313
- storage
@@ -76,6 +76,20 @@ The Block Storage API supports a broader range of storage classes, including:
7676
- **Performance**: Enhanced performance with up to 5K IOPS (SBS 5K) and 15K IOPS (SBS 15K).
7777
- **Latency**: Lower latency, ideal for workloads demanding rapid and reliable data access.
7878

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+
7993
## Why transition to the Block Storage API?
8094

8195
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

Comments
 (0)