Hey! The biggest advantage of the PDP is how it ha...
# prisma-data-platform
m
Hey! The biggest advantage of the PDP is how it handles the database connections of serverless functions. If I only host my frontend & backend on a non-serverless environment (e.g. digitalocean app platform) with a PlanetScale database, would I still run into those issues and the PDP would be still necessary?
a
Hello @Marvin, It seems what you describe is mostly relative to the Data Proxy, which is one of the features of the Prisma Data Platform. We are working on other features besides the data proxy that we think our users will find very valuable, but right now the data proxy is probably the most relevant and crucial if you are on serverless. TL;DR No, you are unlikely to run into these issues. PlanetScale supports a higher number of database connections than other traditional RDBMS providers, 1K on the free plan, 10K in the Scaler plan with the ability to pay for more. You won’t have cold starts if you go with a traditional stateful backend because the connections will frequently kept warm and reused. And the overall number of connections needed is much lower when using stateful servers like containers.
👍 1
m
@Alberto Perdomo Yeah, that's what I actually mean. 🙂 Thanks for the fast response and detailed answer, that helped me a lot!