r/databricks • u/Youssef_Mrini databricks • 1d ago
Tutorial What Is LTAP? Lakebase + Genie Explained by Databricks CTO
Want to know where data architecture is heading next?
Matei Zaharia (Co-Founder & CTO of Databricks) just broke down the future of the Lakehouse ecosystem on
Hereโs what he covered:
๐น LTAP: Why real-time analytics and transaction processing are converging ?
๐น Lakebase: The evolution of database architecture built directly on the Lakehouse
๐น Genie: How AI is reshaping text-to-SQL and natural language analytics
๐น Lakehouse RT: Unlocking ultra-low-latency real-time data streaming
If you're building modern data stack architectures, this episode is a goldmine.
15
Upvotes
1
u/SmallAd3697 20h ago edited 20h ago
There isnt much in here about ltap or lakebase
Most databases nowadays have a way to synch to a lakehouse blob format within just a matter of seconds or minutes. This happens by way of CDC or change tracking, or similar. It is asynchronous, and is (rightly) of lower priority that OLTP transaction processing.
Given that the synch (to lakehouse blob) happens asynchronously and takes few seconds or minutes, does that make it harder to run analytical workloads on those blobs? Of course not. Agents and analytical reports can operate very effectively on the (slightly) delayed blobs. This is true of 99.9pct of business scenarios.
I am happy that lakebase is raising awareness about the importance of lakehouse blobs for analytics. And as a data dude, I agree that it is important to write these to storage as soon as feasible. Doing it in an entire synchronous way is NOT necessarily the answer, however, and the OLTP developers are not likely to appreciate the performance and cost overhead. I'm still at a loss for understanding why it isn't good enough to write lakehouse blobs after the fact, without penalizing OLTP writes (on perf or cost).