惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
量子位
T
Tailwind CSS Blog
Vercel News
Vercel News
I
InfoQ
Stack Overflow Blog
Stack Overflow Blog
U
Unit 42
Engineering at Meta
Engineering at Meta
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
D
Docker
博客园_首页
P
Proofpoint News Feed
月光博客
月光博客
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Martin Fowler
Martin Fowler
腾讯CDC
N
Netflix TechBlog - Medium
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Forbes - Innovation

Why Do Humans Have Fingerprints? Hint: It’s Not What You Think Booking.com Confirms Data Breach, Reservation PIN Codes Changed Why Major News Sites Are Blocking The Internet Archive’s Wayback Machine iPhone Fold Release Date: New Report Details Frustrating Apple News Comet Tracker: How To See Pan-STARRS And Three Planets On Wednesday NYT Mini Crossword Today: Tuesday, April 14 Hints And Answers Today’s NYT Strands Hints, Spangram, Answers: Tuesday, April 14 (It’s A Little Unclear) Today’s Wordle #1760 Hints And Answer For Tuesday, April 14 Most Of The Microplastics In Urban Air Come From Tires Today’s Wordle #1759 Hints And Answer For Monday, April 13 NYT Mini Crossword Today: Monday, April 13 Hints And Answers NYT Pips Today: Hints, Answers And Walkthrough For Monday, April 13 The YC Chief Who Codes 10,000 Lines A Day Has A Simple Secret Samsung Expands One UI 8.5 Beta To More Galaxy Owners Why You Should Stop Using Your iPhone If It’s On This List Chamath Says Firms That Treat AI As A Strategy Hand Rivals Their Edge 3 Unexpected Habits Of Secure Couples, By A Psychologist The First Lamp That Folds Your Clothes Samsung’s Disappointing Price Update For Galaxy Phone Buyers 3 Subtle Signs Someone Is Falling In Love With You, By A Psychologist Do Mantis Shrimp See More Colors Than Humans? A Biologist Explains NYT Connections Answers Explained For Monday, April 13 (#1,037) NYT Connections Hints Today: Monday, April 13 Clues And Answers (#1,037) LEGO Luigi & Mach 8 (72050) Review: 2026’s Best Set Yet? Marc Andreessen Says AI Productivity Will Trigger A Hiring Boom 3D Printing Is The Ultimate Hack To Reduce Household Spending Apple iPhone Fold: Striking Design Revealed In Leaked Photos Apple Smart Glasses: New Leak Reveals A Major Design Twist To Beat Meta Tested: The AI Coming To The Rivian R2 Quordle Hints Today: Monday, April 13 Clues And Answers
Databricks CEO Says He’s Cracked A 40-Year-Old Database P...
Victor Dey · 2026-06-16 · via Forbes - Innovation
dais25-photography-0146-1920×1080 (1)

Databricks CEO Ali Ghodsi unveiled LTAP, a new architecture that collapses the 40-year unification problem of OLTP and OLAP databases.

Databricks

Every data company is adding an AI agent layer to the stack it already sells and calling it a strategy. Ali Ghodsi wants to rebuild the stack itself. The Databricks co-founder and CEO argues that enterprise AI is running into a much older problem than model intelligence. For decades, companies have operated two separate data worlds: one to run the business and another to analyze it. While the industry focuses on larger models and smarter agents, Ghodsi believes the real bottleneck sits deeper—in the infrastructure those systems depend on.

At its Data + AI Summit in San Francisco, Databricks unveiled LTAP, short for Lake Transactional/Analytical Processing, an architecture designed to collapse the long-standing divide between OLTP and OLAP.

"For forty years we’ve lived with a separation between OLTP and OLAP because the workloads were genuinely different," Ghodsi tells me, in a exclusive conversation. "The cost of maintaining those separate worlds is becoming increasingly hard to justify. Customers are paying for multiple data warehouses, dozens of database technologies, and operational overhead. For the first time, we think we've cracked the unification code."

The divide Databricks is targeting has survived every major technology cycle of modern computing. Oracle, PostgreSQL, SQL Server, Teradata, Snowflake, Redshift — the technologies changed, but the architecture didn't.

Transactional databases, known as OLTP, power websites, mobile apps, payment networks, and virtually every customer-facing application. But transactional systems were never built for broad analytical questions. Asking one to scan years of historical data risks slowing down the very production workload it exists to serve. "People wanted to know, what were our sales last year?" Ghodsi says. "You can't do that on this database, because it'll interfere with the production workload."

The answer was OLAP, or online analytical processing — separate warehouses optimized for reporting, forecasting, and historical analysis. Every copy created another pipeline to maintain, another bill to pay, another opportunity for data to go stale. "Architectures built for human-paced analytics become a problem when machine actors are continuously querying, branching, writing, recomputing, and making decisions," Ghodsi says. Agents want the latest operational state immediately — not a warehouse copy that's already stale.

The industry tried bridging the gap for years. Change data capture, or CDC, keeps a copy flowing between the two — but Ghodsi believes that copy is "always a little bit stale — an hour or a day behind. Another system, another copy, another bill." Likewise, HTAP amounted to two systems stitched together, and Zero ETL automated copying rather than eliminating it. Databricks itself wasn't immune to those tradeoffs. The company introduced synchronization capabilities in 2025 to move data between operational and analytical environments.

LTAP takes a more radical approach. Instead of synchronizing multiple copies of data, both transactional and analytical engines operate directly on the same dataset — a single copy on the lake, in low-cost cloud object storage, in an open format. The company's shorthand: "One data. Zero compromises. Zero copies." The ambition is not simply a new single source of truth but a single operational and analytical substrate. "That's the difference between improving the existing architecture and replacing it," Ghodsi says.

How LTAP Eliminates The Data Pipeline Problem

The foundation was Lakebase, Databricks' serverless PostgreSQL database from its roughly $1 billion Neon acquisition — built around an unlikely proposition: move transactional storage onto the lake, the same cheap object storage long considered too slow for operational workloads.

"The lake is slow and not reliable," Ghodsi says. "We made it reliable with safekeepers, and really fast with page servers and caches." Lakebase hit general availability on AWS in February, grew revenue twice as fast as the Lakehouse business in its first six months, and now handles millions of database launches a day for customers, including Block, Superhuman, and Zillow.

LTAP stores transactional data in Apache Iceberg — the open format used across the analytical Lakehouse — so one copy serves both worlds with no pipelines between them. "You get Lakebase plus Lakehouse. OLTP plus OLAP equals LTAP," Ghodsi says. "An OLAP engine that accesses one copy and an OLTP engine that updates the records. You don't even need CDC." Internally, the team briefly called it "minus-one ETL."

According to Ghodsi, LTAP wasn't originally conceived as an attempt to solve the 40-year divide between transactional and analytical databases. It emerged from a different problem: AI agents.

Unlike human developers, who might create a handful of databases and work with them for months or years, AI agents can create, test, and discard software environments in minutes. An agent writing code may launch multiple versions of an application simultaneously, try different approaches in parallel, analyze the results, and throw most of them away. To do that efficiently, it needs instant access to fresh data and databases that can be spun up on demand.

That requirement led directly to Lakebase, Databricks' serverless PostgreSQL database. By separating compute from storage, Databricks made databases dramatically cheaper to create, clone, pause, and restart — exactly the behavior agents were demanding.

Once Databricks had transactional databases running on lake storage, a larger question emerged: if operational databases and analytical systems could both live on the same underlying lake, why continue maintaining separate copies of the same data? That question ultimately became LTAP.

'Our Primary User Is Already the Agent'

Databricks says roughly 80% of databases on its platform are now being created by agents rather than humans, a statistic Ghodsi sees as evidence that enterprise infrastructure is already being reshaped by AI. "Our primary user is already the agent," he says. "You simply can't have eighteen incompatible technologies, endless copies of data moving between them, multiple governance systems, and thousands of agents operating on top of all that complexity. That model doesn't scale."

When the company coined the term "lakehouse" in 2020, critics dismissed it as an anti-pattern; today, every major cloud vendor uses the term. Ghodsi expects critics to make the same argument they made about the lakehouse. Rather than debating whether the idea is new, he points to a more practical test: has anyone actually done it?

"Show me which company on the planet today does not have two copies — one for transactional databases like Oracle or Postgres, and one for Snowflake and whatnot. Who has merged these two? The idea is 40 years old, but nobody really pulled it off." He expects the next criticism to be that it won't survive production. With operational and analytical data in the same open format, agents can observe and reason across entire fleets of production databases. "You can have analytical agents that look over all your production databases, see which database is slow, which database is missing an index, and automatically start fixing things," Ghodsi explained.

Alongside LTAP, Databricks also unveiled Lakehouse//RT, a real-time analytics engine that brings millisecond dashboard workloads directly onto the lakehouse — no separate serving system required.

"Full ANSI SQL, directly on the lake," Ghodsi says. "You just get millisecond performance." The engine, Reyden, takes its name from an internal joke: co-founder Reynold Xin's team named it "Reynold's Dream Engine" on the theory that naming a project after a founder makes it harder to kill. It sustains sub-100-millisecond latency at up to 12,000 queries per second.

The competitive landscape has taken notice. Snowflake is pursuing its own PostgreSQL strategy; Microsoft is building Azure HorizonDB. But Ghodsi believes most competitors are still approaching the problem as one of integration rather than elimination.

“Our focus has consistently been on creating the next architecture, not optimizing the current one,” he says. “What we believe others still underestimate is that the future isn't about stitching together more categories of software. It's about eliminating categories. We're not trying to manage fragmentation better, rather aiming to remove it entirely."

'We Are Not Fundraising'

One of Silicon Valley's more persistent rumors is that Databricks is considering a new funding round at a valuation between $165 billion and $175 billion, potentially as soon as next month. The speculation comes as the company is generating roughly $5.4 billion in annualized revenue. Ghodsi rejected the reports outright.

"If we really wanted maximum valuation, we would have IPO'd in the hottest market in the last two years," he says. "We are not fundraising and do not have term sheets from anyone. That's the honest truth."

If Ghodsi’s bet on agents as the dominant consumer is right, LTAP is a claim that the foundation of enterprise data has to be poured again, one that Databricks has already started pouring. The question is whether agents will become a permanent layer of digital labor inside companies, operating business systems alongside humans, or remain sophisticated assistants that work within the architecture enterprises already have.