We achieved 4x LLM performance using prefix caching backed by SSD-augmented KVCache
December 30, 2025

This is a joint technical benchmark between the GMI Cloud and Tensormesh engineering teams.
This report documents a joint technical benchmark between the GMI Cloud and Tensormesh engineering teams, evaluating the real-world impact of SSD-augmented KV cache optimization on LLM inference performance. Using a realistic synthetic dataset modeled on live production traffic, the teams tested prefix caching under actual conversational load conditions - multi-turn dialogues, non-sequential request patterns, and mixed prompt lengths - to measure how cache footprint size affects Time to First Token, latency variance, and GPU efficiency.
What you'll learn in this benchmark report:
● How SSD-augmented KV caching reduced Time to First Token by 4x compared to standard vLLM
● Why RAM-only caching delivered only 1.4x improvement and what changed with SSD storage
● How prefix cache hit rate jumped from 3% to over 50% on real conversational workloads
● What synthetic dataset methodology GMI used to simulate production traffic without exposing customer data
● Why large KV cache footprints are the dominant factor in LLM serving performance
What performance gains did GMI Cloud achieve with SSD-augmented KV caching?
SSD-backed prefix caching delivered a 4x reduction in Time to First Token, raised cache hit rates from 3% to over 50%, smoothed latency variance on long prompts, and reduced redundant GPU recomputation - all on the same hardware with no additional cost.
These outcomes indicate that scalable KV cache optimization is a practical and high-impact optimization for real-world LLM serving, especially for AI companion, tutoring, or agentic workloads where conversational histories and context windows accumulate rapidly.
How did GMI Cloud design the benchmark to reflect real production traffic?
GMI built a synthetic dataset based on observed customer prompt patterns, covering multi-turn conversations up to 10+ turns, non-sequential request arrival, diverse linguistic styles, and mixed prompt lengths - replicating real-world inference load without using customer data.
Due to the critical importance of customer data privacy, real production data was strictly off-limits. GMI's solution was to analyze customer prompt characteristics to produce a highly realistic synthetic dataset that faithfully replicated the traffic patterns observed on our live inferencing service.
It included:
This dataset ensured that KV cache reusing was evaluated under realistic, non-ideal traffic patterns.
Two inference stacks were deployed:
We evaluated two cache configurations:
Both systems were driven with the same synthetic dataset under identical load conditions.
What did the benchmark find about RAM-only versus SSD-augmented KV caching?
RAM-only caching produced only a 1.4x TTFT improvement due to rapid cache eviction. Adding high-capacity SSDs expanded the cache footprint enough to sustain prefix reuse, delivering the full 4x improvement and significantly more consistent latency across prompt lengths.
Interpretation: Cache footprint size is the dominant factor in determining the effectiveness of KV caching for real workloads.
The game-changer came with the integration of secondary storage in the form of large SSD drives. With the vast increase in available KVCache space, the results were drastic:



What are the business implications of SSD-backed KV caching for LLM infrastructure?
The setup lowers GPU utilization per request, increases cluster throughput on identical hardware, stabilizes latency for agent loops and AI companions, and scales without expensive RAM upgrades - delivering pure performance gain at no extra infrastructure cost.
These performance gains translate directly into significant, measurable business advantages once implemented across GMI’s infrastructure:
As a whole, the GMI Cloud engineers noted this no-extra cost setup resulted in “Just pure performance gain without extra cost.” We fully expect other cloud providers to gain similar efficiencies with this same solution.
Tensormesh is an AI infrastructure company pioneering caching-accelerated inference optimization for enterprise AI. Their technology is capable of reducing redundant computation during inference, cutting GPU costs and latency by up to 10x, all while ensuring enterprises retain full control of their infrastructure and data. They recently announced their public launch and a successful $4.5 million seed funding round led by Laude Ventures.
GMI Cloud is a company that provides world-class GPU cloud infrastructure and model inferencing services tailored for AI and machine learning workloads. As an NVIDIA Cloud Partner, GMI offers high-performance GPU clusters, including access to cutting-edge hardware like NVIDIA Blackwell and H100 & H200 GPUs. Headquartered in Mountain View, California, GMI's mission is to make AI development and scaling accessible and efficient for its global customer base.
1. What performance improvements were achieved in the GMI Cloud and Tensormesh benchmark?
The benchmark demonstrated a 4× reduction in Time to First Token (TTFT) when prefix caching was backed by an SSD-augmented KV cache. It also significantly reduced latency variance, increased effective throughput, and lowered redundant GPU computation for real-world conversational workloads.
2. Why is prefix caching especially effective for real conversational AI workloads?
The benchmark showed that real multi-turn conversations contain substantial reusable computation. With SSD-backed KV caching, the prefix cache hit rate increased from about 3% to over 50%, proving that conversational histories and long context windows can be efficiently reused instead of recomputed.
3. What role did SSD-augmented KV cache play compared to RAM-only caching?
RAM-only KV cache delivered limited gains (around 1.4× TTFT improvement) due to frequent eviction caused by small cache size. Adding SSDs dramatically expanded the cache footprint, enabling sustained reuse of prefixes and unlocking the full 4× TTFT improvement with smoother, more predictable latency.
4. How was the benchmark designed to reflect real production traffic?
Instead of using customer data, GMI Cloud generated a realistic synthetic dataset based on observed prompt patterns. It included multi-turn conversations, non-sequential request arrival, diverse linguistic styles, and a mix of short and long prompts to accurately simulate real-world inference load.
5. What are the practical implications for developers and AI platforms?
The results show that large KV cache footprints are essential for scalable LLM serving. SSD-backed prefix caching improves compute efficiency, increases cluster throughput, stabilizes latency for agentic and companion applications, and can be deployed within existing vLLM stacks with minimal integration effort.
Colin Mo
Head of Content
GMI Cloud helps you architect, deploy, optimize, and scale your AI strategies
