Skip to content

Commit dc2a170

Browse files
committed
Drafting performance info.
1 parent ad7504d commit dc2a170

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

articles/storage/elastic-san/elastic-san-planning.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,24 @@ As an example of how this would work in practice: Say you have a large installba
1919

2020
|Capacity |Provisioned amount (TiB) |IOPS |Throughput (MB/s) |
2121
|---------|---------|---------|---------|
22-
|Base |90 |500,000 |8,000 |
23-
|Additional|60 |N/A |N/A |
24-
|Total |150 |500,000 |8,000 |
25-
26-
After deploying the SAN, you divide it into volume groups, one for each workload.
27-
28-
22+
|Base |30 |150,000 |2,400 |
23+
|Additional|5 |N/A |N/A |
24+
|Total |35 |150,000 |2,400 |
25+
26+
After deploying the SAN, divide it into volume groups, one for each workload.
27+
28+
- AKS volume group
29+
- Volume1 - 10 TiB, up to 64,000 IOPS, up to 2,400 throughput
30+
- SQL volume group
31+
- Volume1 - 10 TiB, up to 64,000 IOPS, up to 2,400 throughput
32+
- Volume2 - 1 TiB, up to 64,000 IOPS, up to 2,400 throughput
33+
- Volume3 - 1 TiB, up to 64,000 IOPS, up to 2,400 throughput
34+
- MariaDB volume group
35+
- Volume1 - 10 TiB, up to 64,000 IOPS, up to 2,400 throughput
36+
- Volume2 - 1 TiB, up to 64,000 IOPS, up to 2,400 throughput
37+
- Volume3 - 1 TiB, up to 64,000 IOPS, up to 2,400 throughput
38+
39+
An Elastic SAN's performance is distributed amongst all its volumes. In this case, we have a SAN with 150,000 IOPS and 2,400 MB/s. multiple volumes that, collectively, could exceed 150,000 IOPS. With this configuration, it's still possible that all your workloads can be served. An Elastic SAN automatically distributes its IOPS and MB/s amongst its volumes, on a first use basis, as they request it. So if one volume demands 64,000 IOPS, and 64,000 IOPS are available on the SAN, it will perform at that level.
2940

3041
Before deploying an Elastic SAN Preview, consider the following:
3142

0 commit comments

Comments
 (0)