
Share
New MLPerf Storage v3.0 results show storage systems are becoming a real bottleneck for trillion-parameter checkpointing and inference KV cache. Everpure's disaggregated FlashBlade//EXA architecture posted the top numbers, and the scaling curve is the interesting part.
Storage benchmarks don't usually get engineers excited. This one should.
MLCommons just dropped MLPerf Storage v3.0 results, and Everpure's FlashBlade//EXA came out on top across both the 405B and 1.25T parameter model checkpointing categories, plus the KV cache performance tests. Unlike synthetic storage benchmarks that measure raw throughput in a vacuum, MLPerf Storage tests storage against actual AI workload patterns: checkpoint writes during training, checkpoint reads during recovery, and KV cache retrieval during inference serving.
Why does that distinction matter? Because storage has quietly become a critical path component in large-scale AI training and serving, not just a place to park data between compute steps. When a 1,024-GPU training job stalls waiting on a checkpoint write, you're burning some of the most expensive compute on the planet while it sits idle. Same story on the inference side: if KV cache retrieval can't keep pace with token generation, you're leaving throughput on the table.
The checkpointing results are where the scale really shows up. Running with 1,024 simulated accelerators against a 1.25T parameter model, FlashBlade//EXA hit 877.52 GiB/s write bandwidth (completing in 17.74 seconds) and 588.28 GiB/s read bandwidth (28.99 seconds), using 30 data nodes.
What's more telling than the peak number is the scaling curve. Write throughput went from 327.65 GiB/s with 10 data nodes to 877.52 GiB/s with 30 data nodes, a roughly linear relationship as node count triples. That's the kind of predictable, near-linear scaling infrastructure teams actually want to see, because it means capacity planning doesn't turn into guesswork every time a cluster grows or a model gets bigger.
On the inference side, the KV cache numbers tell a parallel story. For Llama 3.1 8B, storage-only configuration hit 85,736 tokens/second. Add memory into the mix for the same 8B workload and throughput drops to 67,642 tokens/second (worth noting this reflects a different test configuration, not a regression). Scale up to a 70B model in storage-only mode and you get 33,403 tokens/second. As inference serving increasingly leans on KV cache to avoid recomputing attention over long contexts, storage's role in the token-generation data path is only growing.
The architecture behind these numbers is arguably the more interesting story than the benchmark scores themselves. FlashBlade//EXA uses a disaggregated design that splits metadata management from data transport, two things that traditionally live together in a single storage controller and end up bottlenecking each other at scale.

In the tested configuration:
The practical effect: clients negotiate where data lives via the metadata layer, then move that data directly across the network fabric rather than funneling every read and write through one centralized bottleneck. It's a similar philosophy to what you see in disaggregated storage architectures elsewhere in HPC, separate the control plane from the data plane, then scale each independently based on what's actually constrained.
That separation is also why the scaling numbers look the way they do. Adding data nodes adds data-transport bandwidth without forcing a corresponding rebuild of the metadata layer, which is usually the part of a storage system that doesn't scale gracefully.
"These results yet again demonstrate that FlashBlade//EXA delivers the highest performance and scale on the market, staying ahead of the increasing demands of AI workloads," said Rob Lee, Chief Technology and Growth Officer at Everpure. "Organizations advancing the bleeding edge of AI development need infrastructure that can deliver the utmost performance and scalability, without making tradeoffs against reliability and operational simplicity. FlashBlade//EXA stands alone in being able to deliver that."
There's a broader infrastructure narrative here too. Everpure has been repositioning itself away from being just a storage array vendor toward what it calls an Enterprise Data Cloud, a software-driven layer for managing data across increasingly heterogeneous environments. AI workloads are a useful stress test for that positioning, since they expose exactly where GPUs, networking, and storage stop being independently tunable components and start being one interdependent system. If your storage layer can't keep pace, it doesn't matter how many GPUs you've racked up.
Tags
Original Sources
Everpure Leads MLPerf Storage Tests for Large-Model Checkpointing and KV Cache - BigDATAwire
↗ https://www.hpcwire.com/bigdatawire/this-just-in/everpure-leads-mlperf-storage-tests-for-large-model-checkpointing-and-kv-cache
About the author
Kai built ML infrastructure at a Bay Area startup before developing an obsession with transformer architectures and inference optimisation that eventually pulled him out of product work entirely. A stint at a compute research lab sharpened his instinct for what actually matters in a model release versus what is marketing. He writes from the inside — from the perspective of someone who has debugged the systems he is describing at three in the morning. He is allergic to hype and instinctively drawn to the unglamorous plumbing questions that everyone else skips over.
More from The Engineer →This Week's Edition
7 September 2026
23 articles
Related Articles

Tether Gets a 13B-Parameter BitNet Model Fine-Tuning on an iPhone
Models & Research · 5 min

Meta ships Muse Spark 1.3, promises open weights for the flagship model "soon"
Models & Research · 5 min

Russian Startup Mostik Claims a Math Trick for Direct AI Model-to-Model Communication
Models & Research · 5 min
Related Articles

Tether Gets a 13B-Parameter BitNet Model Fine-Tuning on an iPhone
Models & Research · 5 min

Meta ships Muse Spark 1.3, promises open weights for the flagship model "soon"
Models & Research · 5 min

Russian Startup Mostik Claims a Math Trick for Direct AI Model-to-Model Communication
Models & Research · 5 min
More Stories
© 2026 Cedar & Bloom. All rights reserved.