databricks-lakebase-autoscale

Manage Databricks Lakebase PostgreSQL projects, branches, and compute autoscaling.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/robkisk/coding-agents-databricks-app --skill databricks-lakebase-autoscale-robkisk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-lakebase-autoscale
Source: https://github.com/robkisk/coding-agents-databricks-app/tree/main/.claude/skills/databricks-lakebase-autoscale
Command: npx skills add https://github.com/robkisk/coding-agents-databricks-app --skill databricks-lakebase-autoscale-robkisk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of PostgreSQL databases on Databricks, offering autoscaling compute, branching, and scale-to-zero capabilities for OLTP workloads.

Core Features & Use Cases

  • Autoscaling Compute: Dynamically adjusts compute resources (0.5-112 CU) based on load.
  • Branching: Create isolated database environments for development and testing.
  • Scale-to-Zero: Suspends compute after inactivity to save costs.
  • Use Case: Developers can create temporary branches for testing new features, which automatically scale down when not in use and are easily deleted, streamlining the development lifecycle.

Quick Start

Use the databricks-lakebase-autoscale skill to create a new project named 'my-app' with display name 'My Application' and PostgreSQL version 17.

Frequently Asked Questions about databricks-lakebase-autoscale

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up autoscaling for PostgreSQL OLTP workloads on Databricks?

You can set up autoscaling for PostgreSQL on Databricks by creating a Lakebase project. The service dynamically adjusts compute resources from 0.5 to 112 compute units based on your workload load.

Can I create isolated PostgreSQL database branches for development and testing?

Yes, you can create isolated database branches for development and testing. These branches provide isolated environments and automatically scale down to zero when inactive to save compute costs.

Does Databricks Lakebase support scale-to-zero for managed PostgreSQL?

Databricks Lakebase supports scale-to-zero for managed PostgreSQL. It suspends compute resources automatically after a period of inactivity, which helps save costs for idle OLTP workloads.

How do I move data from Delta Lake to PostgreSQL tables for reverse ETL?

You can move data from Delta Lake to PostgreSQL tables using the reverse ETL capabilities. This facilitates syncing data from your lakehouse directly into your managed PostgreSQL database for OLTP access.

What is the compute size limit for PostgreSQL autoscaling on Databricks?

The compute size limit for PostgreSQL autoscaling on Databricks ranges from 0.5 to 112 compute units. This allows dynamic resource adjustment to handle varying OLTP load requirements.

How do I generate credentials for secure connections to a managed PostgreSQL database?

You can generate credentials for secure database connections using the project management features. This facilitates secure access to your managed PostgreSQL service on Databricks.