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

推荐订阅源

The Cloudflare Blog
U
Unit 42
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
腾讯CDC
罗磊的独立博客
博客园 - 聂微东
博客园_首页
雷峰网
雷峰网
云风的 BLOG
云风的 BLOG
Jina AI
Jina AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
人人都是产品经理
人人都是产品经理
Y
Y Combinator Blog
量子位
Microsoft Azure Blog
Microsoft Azure Blog
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
月光博客
月光博客
T
The Exploit Database - CXSecurity.com
Google DeepMind News
Google DeepMind News
H
Help Net Security
O
OpenAI News
Blog — PlanetScale
Blog — PlanetScale
S
Security Affairs
S
Security @ Cisco Blogs
Microsoft Security Blog
Microsoft Security Blog
T
The Blog of Author Tim Ferriss
AI
AI
MongoDB | Blog
MongoDB | Blog
G
Google Developers Blog
MyScale Blog
MyScale Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Docker
Hugging Face - Blog
Hugging Face - Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
S
Schneier on Security
Cloudbric
Cloudbric
H
Heimdal Security Blog
J
Java Code Geeks
N
News and Events Feed by Topic
Hacker News - Newest:
Hacker News - Newest: "LLM"
宝玉的分享
宝玉的分享
有赞技术团队
有赞技术团队
S
SegmentFault 最新的问题
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
爱范儿
爱范儿
I
Intezer
GbyAI
GbyAI

Enterprise – Silicon Republic

Transport for London hackers jailed for five and a half years Commission refers Ireland to CJEU for failing to enact cyber rules Cloudflare to block AI crawlers from ad-supported webpages by default Google ordered to pay Klarna nearly $2bn in abuse-of-power row Upcoming iPhone 18 model leaked in Tata Electronics hack Data breaches going unreported – Irish compliance survey Cybersecurity warning for Irish businesses ahead of EU Presidency Dublin's TensorX to partner with Solstice on sovereign European AI Irish Internet Hotline named Trusted Flagger under EU Digital Services Act Don't panic, prepare: A cyber expert's advice on the Mythos hype Day-to-day cyber incidents driving loss for SMEs, finds report Anthropic to reassess Claude Fable 5 AI development restrictions after backlash Anthropic rolls out ‘Mythos-like’ AI model Claude Fable 5 EMEA firms underestimating 'routine risks', finds cyber report More than 20,000 Instagram accounts hacked using Meta AI bug Report: Irish firms cut cybersecurity spend despite rising risks TCS launches sovereign cloud offering in Europe ECB urging action on AI from lenders’ IT departments Hackers access GitHub, download codebase in Grafana Labs breach Europe's public sector deploying AI faster than it can manage – report UK watchdog probes Microsoft over interoperability issues Foxconn confirms cyberattack on North American facilities Clear gap between AI expectations and preparedness, finds report Canvas parent settles with hacker group that stole user data ShinyHunters demands ransom after Canvas hack EU agrees to simpler AI rules and complete ‘nudification’ ban What’s the difference between IT and OT security? Opinion: Why ISO 27001 alone won't save your data from itself Report: Medical device cyberattacks on the rise AI race intensifies with Google's new agent management platform Anthropic probing reported Mythos leak on Discord Nearly 75pc of AI’s economic value captured by just 20pc of companies Anthropic’s Mythos to bolster cybersecurity at UK banks After Anthropic, OpenAI launches cyber-specific AI model The Interview: Dentons' Carlo Salizzo on three forces defining digital law Anthropic's Mythos a game-changer, NCSC chief tells Oireachtas Mythos just first of power models to come: Anthropic co-founder New XP95 hacker group targets Dublin recruitment platform Healthdaq OpenAI apps for MacOS exposed by threat Mythos testing begins as governments raise cyber concerns Anthropic's Glasswing project employs Mythos to prevent AI cyberattacks Is your data integrity framework just a fancy spreadsheet? Ireland begins digital wallet testing and consultation How is Australia working to make data centres more sustainable? China's DeepSeek suffers rare outage lasting several hours ShinyHunters claims responsibility for European Commission breach Security first: Why cybersecurity needs to adapt in the age of AI iOS hacking tool 'DarkSword' leaked on GitHub China’s Alibaba could launch Qwen for enterprise this week Stryker's Cork site hit by global cyberattack Office.eu and the hope for a digitally sovereign Europe How fully homomorphic encryption is reshaping secure AI Major phishing operation disrupted in joint Europol action Hacking tool with possible US origins targets outdated iPhones Pure Storage, now Everpure, to acquire 1touch Hacker used commercial AI to breach 600 firewalls: AWS Why cloud strategies are pivoting from reaction to precision ‘Complexity is where cyber risk tends to grow’ ‘In cyber, bridging the gap between the server room and boardroom is crucial’ AWS expanding in Belgium, Netherlands and Portugal, amid sovereign cloud launch
The death of ETL: Is zero-copy a ‘liberation’ for data teams?
Colin Ryan · 2026-04-15 · via Enterprise – Silicon Republic

BearingPoint’s Shruti Goyal talks about zero-copy architecture and why it’s ultimately a game-changer for data teams.

The world of data architecture, according to Shruti Goyal, has been defined by one process for the last decade: extract, transform and load (ETL).

ETL is a three-phase computing process where data is extracted from transactional systems or real-time source systems, transformed (meaning cleaned, enriched and standardised) into an analytical format, and loaded (or stored) into a data hub or warehouse for reporting and analytics.

“In practice, this meant building complex pipelines using tools like SQL Server Integration Services (SSIS), Azure Data Factory (ADF) and Microsoft Data Pipelines,” explains Goyal, who is manager of data analytics and AI at BearingPoint.

“ETL ensures data is reliable, consistent, and ready for analysis and decision-making.”

However, Goyal believes that after a decade of data dominance, ETL may be on its way out due to the rise of zero-copy architecture – an approach “where data is used where it already lives, without physically copying it into downstream systems”.

“Data is no longer physically moved – instead, access to it is,” she says.

What is zero-copy?

As Goyal explains to SiliconRepublic.com, zero-copy architecture allows users to query, share and access data directly at the source, as opposed to ETL’s transitory process.

Zero-copy enables this by using metadata, permissions and query pushdown “without duplicating the underlying data”.

Goyal says the catalyst for this change is analytics platform Microsoft Fabric, specifically its OneLake storage platform.

“Fabric introduces a unified logical data core that renders traditional data duplication obsolete,” she explains. “The two critical mechanisms are Mirroring, which keeps source systems reflected in near real-time, and Shortcuts, which allow entire multiterabyte databases to be surfaced into an analytics environment in seconds without any physical copying.

“While ADF remains relevant for complex orchestration scenarios, it is no longer the backbone of data movement – OneLake is.”

‘Long-overdue liberation’

Significant changes in any industry can be met with either joy or disdain depending on the circumstances, but Goyal says that for data teams, the so-called ‘death of ETL’ has been described as nothing short of “a long-overdue liberation”.

“Years spent tuning SSIS packages and mapping ADF data flows are giving way to managing metadata and governance policies instead,” she says. “The burden shifts from responding to pipeline failures to maintaining stable, governed shortcuts.

“The skillset evolves accordingly – the focus moves from pipeline engineering toward data governance, metadata management and strategic architecture, representing a significant elevation of the data management role.”

But why specifically is zero-copy being embraced over ETL?

For starters, Goyal says zero-copy is replacing ETL because it is faster, cheaper and “fundamentally more reliable”.

“Zero‑copy architectures replace ETL by letting analytics and AI access live data at its source – eliminating duplication, latency and governance complexity while reducing cost.

“In short, ETL is costly, slow and brittle; zero-copy is lean, live and self-governing.”

Why it’s significant

Goyal believes the transition from ETL is significant because it “represents a fundamental architectural shift”, allowing teams to manage metadata and governance instead of fragmented data copies and “fragile pipelines”.

“The move is from a reactive, maintenance-heavy model – characterised by late-night pipeline failure alerts – to a live feed of the business.

“Over time, this means organisations can make decisions on current data rather than yesterday’s batch, reduce infrastructure overhead significantly and redirect skilled data teams away from operational firefighting toward strategic work.”

Goyal adds that from a data strategy standpoint, zero-copy “changes what is fundamentally possible”.

“When the analytics layer reflects the business in near real-time rather than hours after the fact, decisions can be made on current ground truth,” she says. “The elimination of redundant storage means strategies can scale without proportional cost increases.

“Built-in governance and metadata persistence also mean organisations can trust their data more deeply – enabling AI workloads, reporting and operational systems to coexist confidently on a single, well-governed data estate.”

Don’t miss out on the knowledge you need to succeed. Sign up for the Daily Brief, Silicon Republic’s digest of need-to-know sci-tech news.