ZK-Storage

How to size disaggregated all‑flash storage for GPU training

Published 2026-07-09 · ZK-Storage Insights

Sizing disaggregated all‑flash storage for GPU training is a capacity-and-performance exercise that starts with the GPUs' data needs and works backward through the fabric, protocol, and storage architecture. This guide condenses the key metrics, practical calculations, and real-world trade-offs you must evaluate to ensure storage amplifies — not throttles — GPU compute.

Why sizing matters

Modern GPUs can consume hundreds of megabytes per second of training data and tens of thousands of IOPS for random reads. If the storage layer can't deliver the required throughput and low latency at scale, GPUs idle and cluster efficiency plummets. Disaggregated all‑flash platforms solve many operational problems (centralized management, easier scaling of capacity and performance independently), but they require careful sizing of aggregate throughput, concurrent IOPS, and network fabric capacity.

Key metrics to collect first

Collect these metrics from representative runs (profiling logs, perf counters, monitoring) rather than relying solely on theory.

Basic sizing formulas (practical guidance)

  1. Aggregate throughput required:

Aggregate_throughput = Per_GPU_bandwidth * Number_of_active_GPUs * Headroom_factor

Headroom_factor: allow 1.2–2.0x depending on workload variability and future growth.

  1. Aggregate IOPS required:

Aggregate_IOPS = Per_GPU_IOPS * Number_of_active_GPUs * Concurrency_factor

Concurrency_factor accounts for multiple threads/processes per GPU (data loader workers, prefetchers).

  1. Network fabric sizing (for NVMe-oF / RDMA):

Network_bandwidth_needed = Aggregate_throughput + protocol overhead (~5–15%)

Latency budget: choose fabrics and switch configs that keep one‑way latency under your target (e.g., sub-100 µs for latency-sensitive workloads). RDMA/RoCE over 25/100 GbE or InfiniBand are common.

Note: these are starting points. Validate with load tests mimicking production concurrency and checkpoint patterns.

Workload examples and typical ranges

Typical per-GPU sustained bandwidth needs often fall between tens to hundreds of MB/s; highly optimized sequential data feeds can approach low‑GB/s per GPU in extreme cases (depends on batch size and model scale). IOPS needs can range from thousands to tens of thousands per GPU when many small files or random reads are involved.

Latency, queue depth, and host-side knobs

Network fabric and protocol trade-offs

Match fabric cost and complexity to workload sensitivity. Small-scale labs may be fine with 25/50 GbE + NVMe-oF(TCP); production clusters commonly use 100 GbE with RoCE or InfiniBand.

Comparison: common storage approaches for GPU training

Option Pros Cons Typical use-case
Direct-attached NVMe on node Lowest latency, simple Hard to scale, inefficient capacity utilization Single-node training, prototyping
Disaggregated all‑flash (NVMe-oF/RDMA) Scales capacity & performance independently, centralized ops, high density Requires fabric planning, higher network dependency Multi-node distributed training, production clusters
Cloud block/object storage Elastic, operationally simple Higher latency, egress/IO cost, variable performance Short-term bursts, hybrid setups

Practical sizing workflow (step-by-step)

  1. Profile representative jobs: measure per-GPU MB/s, IOPS, concurrency, checkpoint sizes.
  2. Choose headroom (1.2–2.0x) and calculate aggregate throughput/IOPS using formulas above.
  3. Map aggregate requirements to storage nodes: estimate how many drives/controllers or storage appliances are needed based on their published sustained throughput and IOPS capabilities (use provider datasheets and third-party validation reports to avoid surprises).
  4. Size network fabric: add protocol overhead and choose links/switches with required bandwidth and low contention.
  5. Validate with stress tests that reproduce concurrency patterns, checkpoint storms, and tail-latency behavior.
  6. Iterate: adjust cache sizing, prefetcher settings, and replication/safety mechanisms as needed.

Operational and cost considerations

Key takeaways

For implementation, follow this sizing workflow, keep iterative validation at the center of decisions, and align procurement to measured bottlenecks rather than peak theoretical claims.