New feature
GA
Lakebase Autoscaling
Lakebase Autoscaling is a Databricks data engineering capability, introduced October 2025.
Lakebase Provisioned Lakebase Autoscaling
The latest version of Lakebase, organising Postgres into projects and branches on elastic compute with autoscaling, scale-to-zero, branching, and instant restore.
- Compute comes in CUs of 2 GB each, and the spread itself is capped: the maximum minus the minimum cannot exceed 16 CU, so you can autoscale wide but not infinitely wide.
- Scaling decisions rest on three signals, one of which is openly an estimate - CPU load, memory usage, and a guess at how much of your data you actually keep touching.
- New projects arrive with native Postgres password authentication switched off, so the classic password-in-the-connection-string has to be deliberately opted back into.
Limitations: Autoscaling compute has bounds: computes autoscale only up to 64 CU (128 GB), the gap between the configured minimum and maximum cannot exceed 16 CU, and changing that minimum or maximum can briefly interrupt active connections.
Open in REbricked →- Category
- Data engineering
- Also known as
- Lakebase (Autoscaling Beta), Lakebase projects, postgres_projects
- Verified
- 2026-08-20
Sources
- Official Official Databricks / Microsoft docs
- Official Databricks docs: Autoscaling