logo
뉴스

회사 소식 NetApp buys DataPelago to become full-stack AI data infrastructure provider

인증
중국 Beijing Qianxing Jietong Technology Co., Ltd. 인증
중국 Beijing Qianxing Jietong Technology Co., Ltd. 인증
고객 검토
베이징 첸싱 지에통 테크 주식회사의 영업 사원은 매우 전문적이고 참을성 있습니다. 그들은 빨리 인용을 제공할 수 있습니다. 제품의 품질과 패키징은 또한 매우 좋습니다. 우리의 협력은 매우 매끄럽습니다.

—— 《Festfing DV》LLC

내가 긴급히 인텔 CPU와 토시바 SSD를 찾고 있었늘 때, 베이징 첸싱 지에통 기술 주식회사로부터의 샌디는 나에게 많은 도움을 주었고, 나에게 빨리 필요로 한 제품을 가져다 주었습니다. 나는 정말로 그녀를 압니다.

—— 고양이 엔

베이징 첸싱 지에통 기술 주식회사의 샌디는 내가 서버를 구입할 때 제시간에 나에게 구성 오류를 상기시킬 수 있는 매우 주의깊은 판매원을 있습니다. 엔지니어들은 또한 매우 전문적이고, 빠르게 테스팅 프로세스를 완료할 수 있습니다.

—— 스트렐킨 미하일 블라드미로비치

베이징 첸싱지에통과의 협업에 매우 만족합니다. 제품 품질이 훌륭하고, 배송도 항상 제 시간에 이루어집니다. 영업팀은 전문적이고, 인내심이 많으며, 모든 질문에 매우 친절하게 답변해 줍니다. 그들의 지원에 진심으로 감사드리며, 장기적인 파트너십을 기대합니다. 강력 추천합니다!

—— Ahmad Navid

품질: 제 공급업체와의 좋은 경험. 미크로틱 RB3011은 이미 사용되었지만 매우 좋은 상태로 모든 것이 완벽하게 작동합니다. 통신은 빠르고 원활했습니다.그리고 제 모든 걱정은 빠르게 해결되었습니다.매우 신뢰할 수 있는 공급자

—— 제란 콜레시오

제가 지금 온라인 채팅 해요
회사 뉴스
NetApp buys DataPelago to become full-stack AI data infrastructure provider

NetApp will acquire DataPelago, creator of the Nucleus Universal Data Processing Engine (UDPE) that accelerates heterogeneous compute for analytics and generative AI.

에 대한 최신 회사 뉴스 NetApp buys DataPelago to become full-stack AI data infrastructure provider  0

Built on open-source Gluten, Velox and Substrait, Nucleus drastically speeds Spark and Trino to deliver standout cost-performance. It seamlessly connects to existing lakehouses, SQL, Python, Airflow, Tableau, Power BI and more without data migration or vendor lock-in. Founded in 2021 by CEO Rajan Goyal and CPO Anand Iyer, DataPelago exited stealth in October 2024 and raised over $75 million total, including a $47 million 2024 financing round.

NetApp CEO George Kurian stated that advancing AI hardware demands equally capable data infrastructure to unlock enterprise data value, and the acquisition strengthens NetApp’s ability to deliver agile data processing for competitive differentiation.

A DataPelago blog noted Nucleus will be natively embedded within NetApp’s data platform, enabling far broader enterprise adoption than the startup could achieve independently. Earlier this year, DataPelago ranked fourth in Data Science on Fast Company’s 2026 World’s Most Innovative Companies list.

Unlike traditional architectures that shift datasets to external CPU/GPU clusters, Nucleus runs accelerated compute directly at the storage tier. Benchmarks against Nvidia cuDF show up to 10.5x faster projections, 10.1x faster filters and 4.3x faster aggregations. Positioned between query engines (Spark, Trino, Flink) and Python frameworks (Ray, Dask), its stack has three modular layers:
1.DataApp: Pluggable integration module to inject acceleration into Spark, Trino and other engines.
2.DataOS: Orchestration layer dynamically mapping data tasks to mixed accelerators for scalable performance tuning.
3.DataVM: Custom virtual machine with domain-specific ISA, offering unified execution abstraction for CPUs, GPUs, FPGAs and custom silicon.

Core Data Execution Flow

1.Data access via framework connectors: Deployed as Spark JAR plugins compatible with standard data connectors, supporting Parquet, ORC, Iceberg, Delta Lake, JSON and storage targets including S3, GCS, ADLS, HDFS and on-prem arrays. Acceleration extends to storage integrations while retaining native query semantics via standard engine I/O layers.

2.Query planning and optimization: The host engine generates a physical plan; DataApp converts it to an intermediate representation via Gluten/Substrait. An intelligent optimizer builds optimal data flow graphs and allocates CPU/GPU resources for DataOS/DataVM execution.

3.Cross-hardware data transfer optimizations: Operator/kernel fusion and streaming execution eliminate full intermediate materialization to cut I/O overhead. Zero-copy shared memory reduces CPU-GPU data duplication, while DataVM’s ISA leverages LLVM, CUDA and ROCm to route tasks to optimal hardware via columnar vectorized processing. These tweaks lift GPU utilization to 80–90% by minimizing cross-domain data shuffling.


Nucleus operates on-prem and across major public clouds. Its Spark accelerator delivers 3–4x throughput gains versus Databricks Photon; it also integrates with Snowflake by accelerating open table format processing and upstream/downstream Spark/Trino pipelines feeding the warehouse. DataPelago states Nucleus cuts infrastructure costs by up to 80% and delivers 10x faster performance than legacy pipelines. By removing mandatory data duplication between operational and AI systems, it eliminates the primary bottleneck slowing enterprise AI rollout, with live deployments at large global enterprises across verticals.

에 대한 최신 회사 뉴스 NetApp buys DataPelago to become full-stack AI data infrastructure provider  1

DataPelago CEO Rajan Goyal said the firm’s core mission is resolving data processing bottlenecks holding back AI innovation. Merging with NetApp pairs its breakthrough acceleration tech with NetApp’s extensive data infrastructure portfolio; businesses have invested heavily in GPUs and models yet suffer fragmented data silos that leave hardware underutilized, and the combined stack streamlines large-scale AI deployment.

NetApp frames the acquisition as a landmark portfolio upgrade, bringing GPU-accelerated processing directly into storage workflows to deliver true zero-copy enterprise data activation for AI. Transaction financials remain undisclosed; given Nucleus’ enterprise traction, tight synergy with NetApp AIDE and rising agentic AI demand, the purchase valuation likely lands at a 4–5x multiple of DataPelago’s total $75M funding. DataPelago will operate as a fully owned NetApp subsidiary.

Key Distinction: Nucleus vs KV Cache vs NetApp AIDE

1.Nucleus and KV Cache differentiation: Nucleus optimizes pre-inference data ingestion, transformation and querying before data reaches GPU servers. Nvidia’s KV Cache is an in-GPU memory optimization active only post data arrival on GPU hardware to boost token generation efficiency. Nucleus speeds data delivery to compute; KV Cache optimizes model runtime after data lands on accelerators.

2.NetApp AIDE vs Nucleus UDPE: AIDE is ONTAP/AFX-locked AI preprocessing for LLMs and agents, functioning as proprietary ETL with built-in vector database, metadata cataloging, RAG serving and Nvidia AI Enterprise integration (including NIM vectorization microservices). Nucleus is storage-agnostic and accelerates generic Spark/Trino workloads. Integrating Nucleus with AIDE would strengthen transformation, training, fine-tuning and inference pipelines, enabling accelerated lakehouse workloads directly on NetApp AFX storage; an end-to-end AIDE+Nucleus bundled solution is foreseeable.


NetApp CPO Syam Nair commented Nucleus delivers software-defined acceleration at storage, enabling zero-copy data preparation, governance and AI activation across CPUs and GPUs. NetApp manages more enterprise multi-environment data than any rival, and the next wave of AI competitiveness hinges on processing data at its source—DataPelago’s engineering team accelerates this strategic roadmap.

Beijing Qianxing Jietong Technology Co., Ltd.
Sandy Yang/Global Strategy Director
WhatsApp / WeChat: +86 13426366826
Email: yangyd@qianxingdata.com
Website: www.qianxingdata.com/www.storagesserver.com
Business Focus:
ICT Product Distribution/System Integration & Services/Infrastructure Solutions
With 20+ years of IT distribution experience, we partner with leading global brands to deliver reliable products and professional services.
“Using Technology to Build an Intelligent World”Your Trusted ICT Product Service Provider!

선술집 시간 : 2026-07-20 15:42:33 >> 뉴스 명부
연락처 세부 사항
Beijing Qianxing Jietong Technology Co., Ltd.

담당자: Ms. Sandy Yang

전화 번호: 13426366826

회사에 직접 문의 보내기 (0 / 3000)