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

推荐订阅源

J
Java Code Geeks
Martin Fowler
Martin Fowler
B
Blog RSS Feed
D
DataBreaches.Net
L
LangChain Blog
月光博客
月光博客
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
V
Visual Studio Blog
美团技术团队
Jina AI
Jina AI
博客园 - 司徒正美
雷峰网
雷峰网
Last Week in AI
Last Week in AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
IT之家
IT之家
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
小众软件
小众软件
罗磊的独立博客
博客园_首页
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
A
About on SuperTechFans
Engineering at Meta
Engineering at Meta

SiliconANGLE

Will agentic AI governance run amok? The lesson of Asimov’s Three Laws - SiliconANGLE AI + quantum, Amazon vs. Starlink and the wide-open US-China internet battle - SiliconANGLE Team Cymru launches Total Insights Feed to replace legacy threat intelligence lists - SiliconANGLE AI Mode in Chrome adds split-screen view to enhance the web search experience - SiliconANGLE Resolve AI raises $40M at $1.5B valuation to optimize production environments - SiliconANGLE How Zscaler and OpenAI turn zero-trust security into an AI accelerator - SiliconANGLE OpenAI ratchets up Codex's agentic capabilities to rival Claude Code - SiliconANGLE Anthropic launches Claude Opus 4.7 with coding, visual reasoning improvements - SiliconANGLE Slash raises $100M at a $1.4B valuation to expand AI-powered banking platform for online businesses - SiliconANGLE Canva unveils Canva AI 2.0, recasting its platform as an agentic system for work - SiliconANGLE Data center, consumer device chips boost TSMC’s revenue - SiliconANGLE Mission-critical security cannot be bolted on, says Oracle - SiliconANGLE Agentic infrastructure reshapes enterprise AI - SiliconANGLE Data quality, and data freedom, foundational for AI success - SiliconANGLE Data trust is a bedrock in successful, scalable AI outcomes - SiliconANGLE Google introduces new agentic AI-ready tools and resources for Android developers  - SiliconANGLE Agentic AI orchestration separates winners from laggards - SiliconANGLE Data-driven tools turning the tide against human trafficking - SiliconANGLE Achieving trusted AI development goes beyond 'vibes' - SiliconANGLE Impinj boosts edge computing power in updated R700 RAIN RFID reader - SiliconANGLE Certinia powers professional services with AI - SiliconANGLE Antioch prepares to accelerate simulated testing for autonomous robots after raising $8.5M - SiliconANGLE Developer tooling startup Expo nabs $45M investment - SiliconANGLE Solidroad lands $25M to bring AI to customer support interactions - SiliconANGLE DuploCloud lands compliance and AI governance certifications as enterprise buyers tighten scrutiny - SiliconANGLE Lua lands $5.8M to help businesses build and manage AI agent workforces - SiliconANGLE Best of frenemies: Oracle's and AWS' clouds unite with dedicated, private connectivity - SiliconANGLE NIST shifts National Vulnerability Database to risk-based triage as CVE submissions hit record levels - SiliconANGLE Cisco goes to the races with new Churchill Downs multiyear partnership - SiliconANGLE Susecon 2026 will tackle the future of open-source platforms - SiliconANGLE
Databricks declares the end of pipelines with a unified p...
by Paul Gillin · 2026-06-16 · via SiliconANGLE

Databricks declares the end of pipelines with a unified platform for operational and analytical data

Databricks Inc. is using its Data + AI Summit today in San Francisco to unveil a new data architecture designed to eliminate one of enterprise computing’s oldest bottlenecks: the separation between transactional databases and analytical systems.

The company is also introducing a real-time analytics engine that it says removes the need for separate serving infrastructure while delivering millisecond response times.

The new architecture, called Lake Transactional/Analytical Processing, unifies operational and analytical workloads on a single copy of data stored in a data lake. Databricks said the approach enables applications, analytics systems and artificial intelligence agents to access the same data without the change data capture pipelines, extract/transform/load processes and replicated databases that have traditionally connected operational and analytical environments.

The company said conventional architectures are ill-suited to the emerging world of AI agents, which continuously read, analyze and act upon data in near-real time.

“You’ve got more code being written than ever before, which means you’ve got lots more applications,” said Shanku Niyogi, Databricks’ vice president of product management. “Those applications are powered agents that need to both reason and act on data more quickly than humans can manage. So the data stack becomes the bottleneck.”

Enterprises have long maintained separate systems for transaction and analytical processing. Operational applications typically write data to transactional databases, while analytical systems consume copies of that data through ETL and change data capture pipelines, which monitor databases for modifications and propagate them to downstream destinations.

Databricks argues that this architecture introduces latency, complexity and governance challenges that become more pronounced as AI-driven applications proliferate.

Niyogi said many organizations are struggling to manage the growing number of pipelines required to synchronize operational and analytical systems.

“We’ve been joking that CDC is ‘continuous data corruption,’” he said. “Every time something changes, you’ve got a new pipeline.” He cited a large banking customer that now maintains “hundreds of thousands of Postgres databases, each with CDC pipelines bringing data back to the lake.”

Built on Lakebase

LTAP builds upon Databricks’ Lakebase database platform, introduced last year. Lakebase separates database computing from storage. LTAP writes transactional data directly into open columnar formats such as Delta Lake and Apache Iceberg while maintaining PostgreSQL compatibility for applications.

Niyogi said the architecture allows transactional applications to continue operating with native PostgreSQL performance while making data instantly available for analytics and machine learning workloads.

“You’re getting Postgres performance and Postgres semantics,” he said, “but underneath the covers, when we write storage out to the lake, we’re instantly writing that to columnar formats, which means any analytics engine now has access to all of your operational data. There are no pipelines and no latency.”

Columnar storage is a database architecture that stores data sequentially by column instead of by row to speed up analytical queries.

Databricks said LTAP relies on open formats and it plans to open-source technology that enables PostgreSQL data to be stored in the Apache Parquet format while preserving compatibility.

New analytics engine

The company today is also introducing Lakehouse//RT, an analytics engine that it said brings real-time query performance directly to lakehouse environments. Traditionally, organizations seeking speedy access to analytical data have had to deploy specialized serving systems, caches or real-time databases alongside their data lakes.

Lakehouse//RT is powered by a new execution engine called Reyden that Databricks claims can deliver response times as low as 10 milliseconds for smaller workloads and under 100 milliseconds for larger workloads while supporting tens of thousands of concurrent users and agents. The company said customers have reported up to 16 times better performance than existing real-time serving architectures.

Niyogi described the product as a major evolution of the lakehouse concept. “With Lakehouse RT, we can actually serve data now directly out of the warehouse to tens of thousands of concurrent users with very low latency,” he said.

The company sees both announcements as foundational technologies for AI-driven enterprises, where agents will increasingly execute business processes and make operational decisions.

“Agents need the best data,” Niyogi said. “If they’re getting stale or wrong data, they act poorly.” Traditional architectures featuring separate transactional systems, analytical systems and serving layers “are just not a platform that you can put millions of agents on,” he said.

LTAP is available through as an upgrade for Lakebase customers, while Lakehouse//RT is entering beta test. Databricks said existing Lakehouse customers can adopt Lakehouse//RT as a drop-in replacement for current warehouse deployments and will receive access through their existing subscriptions, with promotional pricing planned during the first year.

Image: Pixabay

A message from John Furrier, co-founder of SiliconANGLE:

Support our mission to keep content open and free by engaging with theCUBE community. Join theCUBE’s Alumni Trust Network, where technology leaders connect, share intelligence and create opportunities.

  • 15M+ viewers of theCUBE videos, powering conversations across AI, cloud, cybersecurity and more
  • 11.4k+ theCUBE alumni — Connect with more than 11,400 tech and business leaders shaping the future through a unique trusted-based network.

About SiliconANGLE Media

SiliconANGLE Media is a recognized leader in digital media innovation, uniting breakthrough technology, strategic insights and real-time audience engagement. As the parent company of SiliconANGLE, theCUBE Network, theCUBE Research, CUBE365, theCUBE AI and theCUBE SuperStudios — with flagship locations in Silicon Valley and the New York Stock Exchange — SiliconANGLE Media operates at the intersection of media, technology and AI.

Founded by tech visionaries John Furrier and Dave Vellante, SiliconANGLE Media has built a dynamic ecosystem of industry-leading digital media brands that reach 15+ million elite tech professionals. Our new proprietary theCUBE AI Video Cloud is breaking ground in audience interaction, leveraging theCUBEai.com neural network to help technology companies make data-driven decisions and stay at the forefront of industry conversations.