Skip to content

Commit a2be6ba

Browse files
committed
docs(bls): feedback
1 parent e96ea39 commit a2be6ba

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 | Higher | 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)