Peak Throughput
0req/svs 8,260 for Prisma 7
Prisma Next sustains 52% more requests per second than Prisma 7
Vs. Raw Driver
0%vs 58% for Prisma 7
Prisma Next reaches 87% of the raw pg driver's peak throughput
Bundle Size (gzipped)
0.0KBvs 1.32 MB
Prisma Next ships a 9× smaller bundle than Prisma 7 — built for serverless and edge

Prisma 7 is still the version to use in production today. Prisma Next is in Early Access; once it's Generally Available you'll be able to run it in production too.

Peak Sustained Throughput

Mean of each setup's busiest 10% of the load test (higher is better)

p95 Latency Under Load

Traffic ramps up over the run — Prisma 7 saturates early, Prisma Next holds out far longer (lower is better)

Latency at the Same Load

6,000–7,000 req/s — a level all three setups can serve, so the comparison is like for like (lower is better)

pg (raw driver)Prisma NextPrisma 7
Average Tooltip icon
Mean latency across all requests at this load.
0.7ms1.2ms8.1ms
p95 Tooltip icon
95% of requests complete faster than this — the slowest 5% take longer.
1.9ms4.4ms41.8ms
p99 Tooltip icon
99% of requests complete faster than this — the slowest 1% take longer.
4.3ms8.9ms116.7ms

The Same Query, Three Ways

The paginated-customers endpoint from the benchmark suite, as each setup implements it

Try Prisma Next

Scaffold a complete template app, or add Prisma Next to an existing one:

bunx create-prisma@nextbunx prisma-next@latest init

The benchmark is a fork of the open-source drizzle-benchmarks suite: the identical Postgres workload runs against each setup on the same machine, ramping traffic until each reaches its limit.

Read the full result analysis on the blog · Run the benchmark yourself