Skip to main content

Plan limits

Storage per server type

Storage listed is fully available for your PostgreSQL database. An additional 25 GB is reserved for the operating system on each node. All nodes in a cluster use the same server type.

Connection limits

Connection pooling

For applications that need more than 100 concurrent connections, use a client-side connection pool:

Cluster limits

Rate limits

Exceeding limits

  • Storage full: Write operations will fail. Scale to a larger server type or delete unused data.
  • Connection limit reached: New connections are rejected. Close idle connections or implement connection pooling.