Phemeral
Reference

Managed Postgres

Technical reference for database clusters

Managed Postgres provides fully managed database clusters inside your projects. For a conceptual overview see Database Clusters, and for setup steps see Create and Connect to a Database Cluster.

Managed Postgres is available for organizations on the Pro plan.

Engine

PropertyValue
Database enginePostgreSQL 18
Connection poolingAvailable by default (pooled URI)
Concurrent connectionsUp to 10,000 per cluster (with pooled URI)

Scaling

Clusters scale compute automatically with load.

PropertyValue
Compute range0.25–8 vCPU
Memory range1 GB–32 GB RAM
Scale-to-zeroAfter 5 minutes with no traffic

A cluster scaled to zero wakes automatically on the next connection, so the first query after an idle period transparently scales it back up. Clusters are deployed geographically close to their project's compute.

Limits

LimitValue
Clusters per project20
Cluster name charactersLetters, numbers, spaces, and hyphens
Cluster name uniquenessMust be unique within the project

Billing

Managed Postgres is billed by usage across three dimensions.

DimensionUnitDescription
ComputeRAM GB-hoursMemory allocated to the cluster, measured over time
StorageGB-hoursData stored in the cluster, measured over time
Data transferGBOutbound data transferred from the cluster

Because clusters scale to zero when idle, a cluster that is not serving traffic accrues no compute charge for that period. Storage continues to be metered while data is retained.

If your organization's managed Postgres usage exceeds the plan's limits, clusters are suspended until the next billing cycle. See Plans & Billing for how managed Postgres fits into your subscription.

Deletion

Clusters are permanently deleted in any of the following cases:

  • You delete a cluster manually.
  • Your organization downgrades to a plan that does not support managed Postgres.
  • Your organization's subscription is canceled.

Deletion is irreversible. Back up any data you need before downgrading or canceling.