Industry Insights

Three Drive Tiers in an Inference Cluster: X9 for KV Cache, Q9 for Checkpoints and Very Large Arrays, TITAN 9 for Online Databases

2026-07-14AI inference / KV cache / low latency SSD

Scaling AI inference reshapes the storage layer: KV cache spill produces small random reads with heavy rewrite, while checkpointing is infrequent large sequential writes. This post explains why those two ends map to X9 ultra-low-latency high-endurance drives and Q9 high-capacity QLC, and the engineering logic of tiering inside one cluster.

Inference at Scale Pushes Read Latency to the Front

During training, storage pressure concentrates in data-loading bandwidth and checkpoint writes, and the load shape is fairly predictable. Scaling inference changes that shape: many concurrent sessions each hold context, KV cache spills from device memory to host memory and then to SSD, and whether it hits shows up directly in time-to-first-token. These accesses are small, random and read-dominated, but far more sensitive to the latency distribution than to the mean — a drive with a flattering average and a millisecond-class P99.9 produces a stall a user can feel.

Why X9 Is Defined as Ultra-Low Latency Plus High Endurance

The X-suffixed models target exactly this tier. X9 — J990X and J995X — runs PCIe 5.0 and is positioned for ultra-low latency and high endurance, aimed at AI KV cache and real-time databases. The highest write endurance planned anywhere in the portfolio is 120 DWPD; that is a portfolio-level envelope figure, not the rated specification of any one series. A cache tier is nonetheless the workload that pushes hardest in that direction: sessions entering and leaving keep rewriting the same regions, so daily write volume far exceeds a general data drive, and building the tier from drives positioned at 1 DWPD hits a lifetime wall before a performance one. The trade-off is explicit — low latency plus high endurance implies a more conservative media operating point, so capacity density gives way. Model names were frozen on 2026-07-22, while the performance and endurance values remain product-definition/EVT targets.

Checkpoints and Archive Are Not the Same Tier

The other end of the cluster looks inverted, and it also subdivides. Q9 — J960Q and J960QD — runs Gen5 QLC and is positioned for AI checkpointing and very large capacity arrays: checkpoint flushes are infrequent, large and sequential, then read-only for long periods, so capacity and sequential bandwidth matter far more than random latency, and the QD dual-port variants serve arrays needing two access paths. Q7 — J760Q and J760QD — is Gen4 QLC pointed elsewhere: object storage, backup and archive, the genuinely cold retention tier. The 122.88TB maximum single-drive capacity planned for the line indicates the order of magnitude the capacity tier can reach and is a portfolio-level boundary figure; where it lands is decided by each model's capacity SKU combinations. Four bits per cell means narrower read windows, longer program times and lower endurance — contained under large, infrequent rewrites, and immediately exposed if the same drive is asked to serve KV cache.

The Middle Tier and Form-Factor Constraints

Online databases, vector indexes and metadata need throughput and latency together, which maps to TITAN 9 (J960, J980, J961, J981, PCIe 5.0 U.2/U.3), where J960C adds transparent compression that can convert compressible data into effective capacity. The 14,500 MB/s maximum sequential read planned for the line is likewise stated at portfolio level rather than attached to any single series. High-density nodes are bounded by rack thermals and backplane design, which is what FLEX 9 addresses with E3.S (J100E, J130E) and E1.S (J100S, J130S) for OCP chassis. Where logging, metadata and cache tiers stay on Gen4 platforms, X7 (J790X, J795X) covers them.

The Cost Logic of Tiering

Mixing model families in one cluster is not about model count; each tier is paid for in a different currency. The latency-sensitive tier is paid for in microseconds and DWPD, the capacity tier in terabytes, the middle tier in throughput and QoS stability. The real engineering effort sits in cross-tier isolation — namespace partitioning, QoS weighting and dual-port path failover are cluster-level design problems, not single-drive ones, and the benefit of a tiering plan can only be confirmed in platform-level testing rather than extrapolated from drive-level numbers.

Keywords
AI inferenceKV cachelow latency SSDJ990Xhigh capacity QLCJ960Qcheckpoint storagestorage tieringTITAN 9