You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
29
40
30
41
Before deploying an Elastic SAN Preview, consider the following:
0 commit comments