VISI

AI storage tiers

AI storage requirements differ from traditional workloads: very large datasets (TB to PB), frequent large checkpoints, and high-throughput sequential reads.

Storage tiers:

TierTechnologyUse Case
Tier 1 — Local NVMe scratchNVMe SSDs in compute nodesDataset caching, temp outputs (non-persistent)
Tier 2 — Parallel distributed FSLustre, IBM Spectrum Scale (GPFS)Shared training datasets, checkpoints
Tier 3 — NFSStandard NFSHome directories, shared code, tools
Tier 4 — Object storageS3-compatibleModel registry, archiving, long-term

Capacity planning factors:

  • Raw dataset size × 2–3× (copies, preprocessing, augmentation)
  • Checkpoint storage (large language models = 100s of GB per checkpoint)
  • Model registry (all versions)
  • Staging area between tiers
  • Data growth rate

Study tools

Mark this unit complete when you finish it.