PrismaP
Prisma7mo ago
4 replies
Luke

Prisma ORM without Rust engine stable enough for production?

I am currently experiencing connection pool timeouts with Prisma in a Next.js app deployed to AWS via SST v3 (OpenNext) in a serverless environment with Lambdas. I have tried optimizing the connection pool by tweaking the relevant settings however am still experiencing some issues. Currently I see two options worth trying, either setting up PgBouncer or trying the Rust free engine with the PostgreSQL adapter. I was just wondering how stable is this feature right now? I know it's still a preview feature but if I am already having problems with the connection pool is it really that risky to try in production?
Was this page helpful?