Sorry, you need to enable JavaScript to visit this website.

Data Storage Innovations for Scalable AI Infrastructure: From NAND Flash to Exabyte-Scale Hierarchies

Winchester

Mon Sep 28 | 8:30am

Abstract

As AI models grow from billions to trillions of parameters, storage has emerged as a fundamental bottleneck — not just an afterthought — in AI system design. This talk examines the storage and memory demands imposed by modern AI workloads, from large-scale distributed training to high-throughput inference, and presents architectural approaches to address them.

We begin by quantifying the explosive growth in model parameters and training data, and derive estimates of memory requirements for both training (model state, optimizer states, gradients, and activations) and inference (weights and KV Cache). We show that inference — not training — is becoming the dominant long-term storage driver as context lengths and concurrent user counts scale.

We then present a layered memory-storage hierarchy optimized for AI data centers, spanning HBM, DRAM, local NVMe SSDs, remote NVMe over RDMA, and object storage at exabyte scale. We discuss how workload characteristics — burstiness, parallelism, endurance, and latency sensitivity — drive distinct tier requirements for training, checkpointing, inference, RAG, and archival.

Finally, we highlight emerging flash storage innovations including new form factors, liquid-cooled density solutions, storage offload, and GPU-direct data paths that reduce CPU overhead and enable cost-efficient AI scale.