Hardware

Databricks designs Lakebase to power active AI agents

Databricks has introduced Lakebase, a Postgres-based database designed to handle the rapid, concurrent read-and-write demands of production-ready AI agents without costly data pipelines.

Databricks AI2 days agoHardware
Image: Databricks AI

Databricks is addressing the unique infrastructure demands of autonomous AI systems with Lakebase, a database engineered specifically for agentic workloads. Unlike traditional applications that query databases one request at a time, AI agents require continuous, concurrent reads and writes across multiple memory layers. To solve this, Lakebase offers zero-copy branching through Lakebase Projects, allowing developers to spin up isolated testing environments using real production data. Branching a terabyte-scale database takes about a second and incurs no extra storage costs until the branch diverges. Additionally, the system features a serverless scale-to-zero model to combat the 27 percent of cloud spend typically wasted on idle compute. The database suspends when inactive and reactivates within a few hundred milliseconds of a new query.

For retrieval-augmented generation, Lakebase combines vector similarity, keyword matching, and metadata filtering into a single query that runs in under 100 milliseconds. This hybrid search operates directly on Postgres tables, eliminating the need for separate vector stores that can drift out of sync. Databricks claims the underlying architecture delivers write performance up to five times faster than standard Postgres, ensuring that newly written agent state is immediately queryable. The platform also enforces strict ACID transactional guarantees to prevent concurrent agents from overwriting each other's progress when updating shared operational records.

By keeping operational data within the Databricks lakehouse, Lakebase removes the need for complex extract, transform, load pipelines, with governance managed by Unity Catalog. Early adopters report significant efficiency gains. Email client Superhuman reduced its data integration timeline from nearly three months to about two weeks. Meanwhile, easyJet consolidated more than 100 Git repositories into just two, while shortening its application development cycles from six to nine months down to approximately four months. For practitioners, these capabilities mean AI agents can maintain consistent, real-time memory without the latency and overhead of traditional database architectures.

This is our own summary of reporting by Databricks AI

More in Hardware