Redpanda pushes the envelope on NVIDIA Vera

Redpanda pushes the envelope on NVIDIA Vera

Benchmark shows Vera provides 5.5x lower latencies and up to 73% higher throughputs than other leading CPU models

March 16, 2026
Last modified on
TL;DR Takeaways:
No items found.
Learn more at Redpanda University
"Redpanda recently tested NVIDIA Vera running Kafka-compatible workloads and saw dramatically better performance than other systems we’ve benchmarked, delivering up to 5.5x lower latency. Vera represents a new direction in CPU architecture, with more memory and less overhead per core, enabling our customers to scale real-time streaming workloads further than ever and unlock new AI and agentic applications." — Alex Gallego, Redpanda CEO and Founder.


From cybersecurity and financial services to social media and entertainment, nearly every major industry is racing to harness the power of agentic AI. That means data-intensive applications must be deployed as close to inference engines as possible. 

Redpanda has a proven track record of delivering mission-critical infrastructure for applications that drive enterprise growth. When deployed on NVIDIA Vera, demanding enterprise customers get rock-solid infrastructure software on world-class silicon—and we ran a benchmark to prove it. 

NVIDIA Vera is the new high-performance CPU based on the NVIDIA-designed Olympus core,  optimized to support the CPU-intensive demands of reinforcement learning, agentic AI, and data processing at data center scale. Vera is a key component of the NVIDIA Vera Rubin platform and is also available as a standalone CPU for hyperscale cloud, analytics, HPC, storage, and enterprise workloads.

In our benchmark, we compared Vera against five other systems and found that Vera delivered the lowest streaming latencies across the board, the best interconnect scaling, and the fastest build times with up to 73% higher throughput than AMD EPYC “Turin.”

Read on for the benchmark breakdown.

The benchmark

First, some context:

Redpanda Streaming is known for being a blazing-fast, scalable data streaming system compatible with Apache Kafka®. Built on a shard-per-core, shared-nothing architecture, Redpanda Streaming is an extremely efficient engine designed to take full advantage of CPU-based architectures, delivering the highest throughputs with the lowest latencies.

Now with Redpanda SQL (formerly Oxla), we also have a fast, scalable distributed SQL engine that efficiently harnesses CPU cycles for maximum performance.

For the benchmark we ran three tests where we provisioned Redpanda on server configurations with different CPU types: NVIDIA Vera, AMD EPYC “Turin,” AMD EPYC “Genoa,” and Intel Xeon 6 “Granite Rapids.” 

Low-latency test

Redpanda Streaming latency results, showing NVIDIA Vera streaming latencies up to 5.5x better (lower) than AMD EPYC “Turin.”

For each of the CPU types in this first test, we provisioned Redpanda in different configurations:

  • smp8: one Redpanda node using 8 cores
  • smp32: one Redpanda node using 32 cores
  • r3: three Redpanda nodes each using 8 cores (24 cores total)

It’s worth highlighting that while other architectures mostly increase latency or see modest decreases as cores and machines scale, Vera significantly decreases latency with scale.

This test specifically examines long-tail latencies, known as P99 latencies—the longest response time for the fastest 99% of operations. This number is especially important because it identifies performance bottlenecks, like lags and spikes. Having a low P99 means that even under high load, the vast majority of operations will meet Service Level Agreements (SLAs).

Redpanda found that in the cluster configuration, NVIDIA Vera was capable of handling real-time streaming workloads with up to 5.5 times lower latencies than AMD “Turin.” More than 2.5 times faster than Intel Xeon 6 “Granite Rapids.”

Inter-core communication

Ring-shuffle test results, showing NVIDIA Vera cross-core throughputs up to 73% faster than AMD EPYC “Turin”

In the full benchmark, we tested three different communication strategies: batch, channel, and ring shuffle. The last of those, ring shuffle, is a novel communication strategy used in Redpanda SQL to implement communication in a cache-efficient way while reducing atomic operations. 

This ring shuffle benchmark measures how efficiently producers can send rows to consumers (all pinned to separate cores). We highlighted the results for the "Ring K=2" variation, using two lock-free ring buffers. Vera did well across the parameter space, as well as with the “batch” and “channel” approaches.

The graph above shows cross-core SQL engine shuffle throughput in a benchmark conducted on various configurations, up to 64 cores. Shuffle is a key database primitive used for operations like joins and aggregations. The shuffle implementation is uniquely designed to scale linearly with the number of cores, assuming sufficient cross-core memory bandwidth. Again, Vera shines, scaling up to and beyond 64 cores, whereas other architectures flatten out after 32 cores due to memory bandwidth saturation. In these tests, you can see how Vera performed up to 73% faster than AMD “Turin.”

Redpanda SQL

Bar chart comparing query time in ms for Vera, AMD Genoa, and AMD Turin in Star Schema Benchmark Q4
Redpanda SQL test results, showing NVIDIA Vera finishing the 4-table join faster

Multi-table joins are a core operation in analytical workloads. They also feature prominently in AI evaluation pipelines where you're joining model outputs against ground truth tables, metadata, and scoring dimensions. The Star Schema Benchmark (SSB) Q4 suite is the most join-heavy subset, joining across all 4 tables in the schema.

The plot above shows the result of running SSB Q4 (indexed) on Redpanda SQL, our distributed SQL engine, across our test systems: Vera finishes the 4-table join 1.1x faster than the AMD EPYC “Turin,” and 1.7x faster than the previous-generation AMD EPYC “Genoa” instance.

NVIDIA & Redpanda: the best of both worlds

Redpanda has a history of delivering mission-critical infrastructure components for both the user-facing and back-end applications that fuel their top-line growth. When Redpanda is deployed on NVIDIA Vera, demanding enterprise customers will get the best of both worlds: rock-solid infrastructure software running on world-class silicon.

NVIDIA Vera represents a perfect hardware platform complement for the Redpanda Agentic Data Plane—Redpanda’s latest offering that provides the connectivity, context, and governance for your enterprise agents. It’s built on top of Redpanda Streaming and the other core components of the Redpanda Data platform.

For more information on deploying Redpanda in your organization and how Redpanda and NVIDIA can together fuel your next phase of growth, get in touch!

No items found.

Low-latency test details

  • Redpanda Streaming 26.1 pre-release (SHA 415e466)
  • Redpanda with replication factor 1 (smp8 and smp32 tests) or 3 (r3 test)
  • Redpanda pinned to consecutive physical cores (i.e., for machines with SMT, only one shard allocated per physical core)
  • RAM-backed storage only (/dev/shm)
  • Message size: 1024 bytes
  • Overall throughput: ~205 MB/s (200,000 msg/s × 1024 bytes)
  • Producers: 16, Consumers: 48 (16 per subscription × 3 subscriptions)
  • Subscriptions per topic: 3
  • Partitions: 4500
  • Max batch size: 16384 bytes
System 8 core, single-replicated [bl2-smp8] (ms) 32 core, single-replicated [bl2-smp32] (ms) 24 core (3×8), triple replicated [bl2-r3] (ms)
NVIDIA Vera 7.879 3.923 3.328
AMD EPYC “Turin” 10.246 13.035 18.556
AMD EPYC “Genoa” 16.574 17.229 20.709
Intel Xeon 6 “Granite Rapids” 9.214 6.953 9.003

Inter-core communication

  • Ring shuffle is a benchmark that tests N in-memory thread-pinned producers partitioning data and sending it to M consumers, with the various algorithms using different approaches to implement the producer-to-consumer communication channel.
  • The benchmark corresponds to a row size of 64 bytes, uniform partition distribution, and the “Ring K=2” algorithm (ring shuffle with two shared rings).
System Cores
1 2 4 8 16 32 64
NVIDIA Vera 1.33 1.81 3.43 6.27 8.99 15.07 25.46
AMD EPYC “Turin” 1.42 2.79 4.91 8.52 8.12 11.74 14.73
Intel Xeon 6 “Granite Rapids” 1.29 2.40 4.21 6.61 9.64 11.98 16.51

Star Schema Benchmark

Star Schema Benchmark (SSB) is based on TPC-H, originally described in this 2009 paper, designed to test a classical data warehousing situation. The Redpanda Oxla engine was tested against Q4, which is described in that paper thusly:

The following query flight represents a "What-If" sequence of the OLAP type. We start with a group by on two dimensions and rather weak constraints on three dimensions, and measure the aggregate profit, measured as (lo_revenue - lo_supplycost).

System Q4 Time (ms)
Vera 384.1
AMD EPYC “Turin” 426.3
AMD “Genoa” 642.6

Related articles

View all posts
Tyler Akidau
,
Marc Millstone
,
&
Aug 31, 2026

CoreBreak proves agent guardrails must live outside the agent

AWS, Google, and Vercel all shipped the same agent security flaw

Read more
Text Link
Marcin Grzebieluch
,
,
&
Jul 29, 2026

10X more data, same 4 seconds: testing Redpanda SQL at scale

A benchmark on how a single analytical query behaves as the dataset and cluster grow

Read more
Text Link
Willem Kaufmann
,
,
&
Jun 30, 2026

How Redpanda Cloud Topics rethinks Kafka compaction

Fewer wasted CPU cycles and lower storage costs while keeping compaction correct

Read more
Text Link
PANDA MAIL

Stay in the loop

Subscribe to our VIP (very important panda) mailing list to pounce on the latest blogs, surprise announcements, and community events!
Opt out anytime.