From 64c03dc720b75282eb61dfc0fc65addf6f8c16c3 Mon Sep 17 00:00:00 2001 From: Nurul Sundarani Date: Sun, 1 Dec 2024 01:26:33 +0530 Subject: [PATCH] Added Fixed Connection Limit Limitation --- .../050-overview/500-databases/250-prisma-postgres.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/200-orm/050-overview/500-databases/250-prisma-postgres.mdx b/content/200-orm/050-overview/500-databases/250-prisma-postgres.mdx index e8cae86c15..8fc81a8ae7 100644 --- a/content/200-orm/050-overview/500-databases/250-prisma-postgres.mdx +++ b/content/200-orm/050-overview/500-databases/250-prisma-postgres.mdx @@ -98,6 +98,10 @@ It's not yet possible to configure the size and resource allocation of your Pris Prisma Postgres will be gradually rolled out in new regions. If it is not yet available in your preferred region, you can simply subscribe to get notified when it becomes available by subscribing to notifications in the **Region** dropdown when setting up your Prisma Postgres instance in the Platform Console. We'll send you an email when new regions become available, so you can easily stay up to date. +### Fixed connection limit + +Prisma Postgres currently has a fixed connection limit of 10, which cannot be increased. This limitation is temporary and applies only while Prisma Postgres is in Early Access. Once Prisma Postgres reaches General Availability (GA), it will support configurable connection limits, allowing you to scale connections as needed. + --- > **Note**: Postgres, PostgreSQL and the Slonik Logo are trademarks or registered trademarks of the PostgreSQL Community Association of Canada, and used with their permission