Scaling Prisma applications with Neon read-only replicas

In this guide, we’ll cover what read replicas are, how they work in Neon, and how to leverage them to scale your Prisma applications. What is a read replica? A read replica is a read-only synchronized copy of your primary database. It offloads read traffic from your primary datab...

Sources