databricks Databricks Blog ·

Databricks details LTAP for unifying OLTP and OLAP with AI agents

blogdatadatabricksarchitect
announcement

Databricks explains Lake Transactional/Analytical Processing (LTAP), an approach designed to unify operational (OLTP) and analytical (OLAP) workloads directly at the storage layer. This architecture responds to the demands of AI agents, which require near real-time access and action on live operational data, a need not efficiently met by traditional data pipelines or previous HTAP systems. LTAP succeeds by decoupling compute from a unified, stateless storage layer within Databricks' Lakebase architecture, offering a more cost-effective and open solution. It is particularly relevant for teams building AI agents and data architects struggling with the complexities and costs of maintaining separate OLTP and OLAP systems.

  • The traditional separation of OLTP and OLAP
  • AI agents drive the need for unification
  • Introducing Lake Transactional/Analytical Processing (LTAP)
  • How LTAP overcomes HTAP challenges
  • Enabling real-time agentic workflows
Notes (5)
  • The traditional separation of OLTP and OLAP

    For decades, operational (OLTP) and analytical (OLAP) systems have been kept separate due to fundamental physical storage tradeoffs and different optimization requirements. OLTP systems use row storage for fast transactions, while OLAP systems use column storage for broad analysis.

  • AI agents drive the need for unification

    The rise of AI agents has challenged this separation, as agents require the ability to read and act on live operational data in near real-time. Neither traditional data pipelines nor existing HTAP systems can deliver this affordably or fast enough without overwhelming operational systems.

  • Introducing Lake Transactional/Analytical Processing (LTAP)

    LTAP unifies transactional and analytical workloads at the storage layer rather than the engine layer, allowing analytical queries to run directly against live operational data without data movement or impacting transactional performance. This is made possible by the Lakebase architecture, which decouples stateless, ephemeral compute from durable storage.

  • How LTAP overcomes HTAP challenges

    Unlike traditional HTAP systems, LTAP provides serverless operational and analytical compute as separate entities, allowing independent scaling for each workload. This focus on unifying the storage layer keeps compute costs efficient by utilizing specialized engines for each job instead of one expensive, monolithic system.

  • Enabling real-time agentic workflows

    LTAP enables critical real-time use cases like fraud detection, where AI agents can scan a customer's entire purchase history for anomalies against live operational data. This prevents performance degradation for other transactions, which is a common issue when running heavy analytical queries on traditional OLTP systems.

Read the original announcement →

https://www.databricks.com/blog/40-year-old-database-rule-agents-just-broke-how-ltap-unifies-oltp-and-olap-workloads

Related releases