What LTAP Means When AI Agents Become the Main Users
Lake Transactional/Analytical Processing (LTAP) is Databricks’ unified architecture that keeps transactional and analytical data in one lakehouse storage layer while serving both workloads through separate, specialized compute engines so AI agents can read, reason over, and act on live and historical data without ETL pipelines or replicas. For decades, enterprises ran one database for online transactional processing and another for online analytical processing, connecting them with brittle CDC and ETL jobs. Databricks is betting that this human-centered split no longer fits an AI-native world where agents generate and consume data in tight loops. “Then agents arrived. In a matter of months, organizations effectively doubled their workforce, just not with humans,” said Ali Ghodsi, Databricks’ co‑founder and CEO. In the LTAP architecture database design is inverted: AI agents, not analysts or app developers, become the primary users the stack is tuned for.

From OLTP vs. OLAP to a Single Lakehouse Transactional Analytical Core
Traditional data stacks separated online transactional processing (OLTP) systems, optimized for row-based writes, from online analytical processing (OLAP) systems, tuned for column-based scans and reporting. That divide forced companies to maintain two engines, two schemas, and many ETL and CDC pipelines. Earlier attempts at convergence, such as HTAP and “zero ETL,” often meant workload interference, expensive proprietary systems, or hidden replication. Databricks’ LTAP architecture database model takes a different path: it unifies data at the storage layer in open table formats on object storage while isolating transactional and analytical compute. All operational data is immediately available in the lakehouse transactional analytical environment without copying, and analytical queries run on the same source of truth as live transactions. This single-governed foundation aims to cut operational overhead while keeping independent scaling and performance for each workload type.

Lakebase: Postgres for the AI Agent Database Design
Lakebase is the operational backbone of the Databricks LTAP platform, bringing Postgres-native transactions directly to the same object storage that underpins the lakehouse. Databricks describes Lakebase as a “new category” of database that separates compute from storage and stores data in open formats, so any application speaking Postgres can participate in LTAP without custom integration. According to Databricks, Lakebase now serves thousands of customers and handles 12 million database launches per day, which shows how central it has become to the platform. For AI agent database design, Lakebase adds features such as native vector and full-text search, real-time ingestion via Zerobus, and Git-style branching so agents can clone, experiment with, and discard database states quickly. This design treats autonomous agents as high-frequency developers and operators that expect instant environments and minimal friction between transactional operations and downstream analytics.

Lakehouse//RT and the End of the Serving Layer
The second pillar of LTAP is Lakehouse//RT, a real-time analytics engine built on the Reyden vectorized engine to query Delta and Iceberg tables directly in the lakehouse. Instead of duplicating data into a separate low-latency serving store, Lakehouse//RT offers millisecond-level queries on the same governed copy, removing extra copies, pipelines, and governance gaps. Databricks stresses high concurrency so many AI agents and users can share the platform. PointClickCare reports that Lakehouse//RT “ran more than a third faster on average than our prior warehouse on our healthcare dataset, with 10x faster queries,” while eliminating the need for a dedicated real-time system. For AI-native applications, that means agent loops—reading context, reasoning, and acting—can run on live lakehouse data without architectural workarounds, closing the gap between operational events and analytical insight.

Why LTAP Signals a New Database Philosophy for the AI-Native Era
LTAP is more than a technical consolidation; it signals a change in how databases are conceived. Instead of being tools that human analysts query occasionally, databases become the continuous environment where AI agents operate at machine speed. Databricks frames LTAP as “a breakthrough the industry has been working on for 40 years,” achieved by unifying all data—transactions, analytics, streaming, and operational logs—under one open, governed storage layer. In this model, lakehouse transactional analytical processing is standard, and workload isolation is enforced at the compute level. The Databricks LTAP platform also avoids the lock-in associated with earlier HTAP systems by relying on Postgres APIs and open table formats. For enterprises, the promise is both strategic and practical: a simpler data foundation built for agents from the start, with fewer moving parts and a single, consistent source of truth.







