Dremio
A lakehouse query engine that provides SQL analytics directly on S3-stored data with integrated Iceberg table management, data reflections (materialized views), and a semantic layer.
Summary
A lakehouse query engine that provides SQL analytics directly on S3-stored data with integrated Iceberg table management, data reflections (materialized views), and a semantic layer.
Dremio occupies the query engine layer between S3 object storage and BI/analytics tools. It differentiates from Trino and Spark by combining query execution with built-in Iceberg catalog management and acceleration structures (reflections) that reduce S3 scan overhead.
- Dremio is not just another Trino distribution. Its reflection-based acceleration, Arrow Flight-based connectivity, and integrated Iceberg catalog differentiate its architecture.
- Reflections (pre-computed aggregations and materializations) must be maintained. Stale reflections serve incorrect results, and maintaining them adds operational cost.
- Dremio Cloud and Dremio Software have different feature sets. Self-managed Dremio requires capacity planning for coordinator and executor nodes.
scoped_toLakehouse, S3 — queries S3-stored lakehouse datadepends_onApache Iceberg — native Iceberg table format supportdepends_onApache Arrow — uses Arrow Flight for data transfersolvesCold Scan Latency — reflections pre-compute query results
Definition
A lakehouse query engine that provides SQL access to data on S3 with a built-in reflections layer (materialized accelerations), an integrated Iceberg catalog (Arctic/Nessie-based), and sub-second query performance via Apache Arrow-based execution.
Query engines like Trino and Spark require external catalogs and lack built-in acceleration layers. Dremio packages catalog management, query acceleration, and Iceberg-native operations into a unified engine optimized for S3-based lakehouses.
Interactive SQL analytics over S3, Iceberg table management, self-service BI acceleration on lakehouse data.
Recent developments
The SAP acquisition CLOSED July 6, 2026 — announced May 4, completed two months later (vendor-published press releases). SAP's stated design: transform SAP Business Data Cloud into an Apache Iceberg-native lakehouse so AI agents can reason across SAP operational data and non-SAP external data without ETL movement. Critically for the open-source ecosystem, Dremio's commitments to Apache Iceberg, Apache Polaris (the REST catalog standard), and Apache Arrow are maintained post-close. Per SAP — completes acquisition of Dremio and Dremio — SAP intends to acquire Dremio.
The acquisition is one leg of a three-part SAP structured-data pipeline: Dremio + Reltio + Prior Labs. Alongside Dremio, SAP acquired Prior Labs to build a frontier research center for Tabular Foundation Models (pledging €1 billion over four years) and completed the acquisition of Reltio for master data management. Analyst reads (Constellation Research, the Futurum Group) frame it as a deliberate stack: Dremio provides Iceberg-native federation and access, Reltio cleanses and harmonizes, Prior Labs supplies models that natively understand tables and business rules. For the remaining independent lakehouse vendors, the signal is stark — standalone query engines are being absorbed into AI-native platform ecosystems. Per SoftwareReviews — SAP acquires Dremio, Reltio, and Prior Labs, Constellation Research, and Futurum Group.
The deal size is now on the record: ~€0.5 billion cash, per SAP's own SEC filing (September 2026). SAP never press-released terms, but its Form 6-K discloses cash consideration of approximately €0.5 billion for Dremio and states the 2026 acquisitions (Dremio + Prior Labs) dilute non-IFRS operating profit by more than €100 million this year. That makes Dremio the largest disclosed-price acquisition in the 2026 lakehouse consolidation wave — and the first with an auditable number rather than "undisclosed." Per SAP Form 6-K exhibit (SEC EDGAR) (primary regulatory filing).
SAP announced the acquisition in early May 2026 (terms undisclosed at the time), planning to fold Dremio into its Business Data Cloud, using Dremio's Iceberg-native engine and open Apache Polaris catalog as the semantic/discovery layer over both SAP and non-SAP data for agentic-AI workloads. Per Blocks & Files.
Iceberg V3 support went GA (April 2026). The current release adds Apache Iceberg V3 features — VARIANT type, deletion vectors, and row-level lineage — alongside autonomous Reflections, Iceberg clustering with Z-order, two-level pruning, and automated compaction. Per The Best Data Lakehouse Tools for Apache Iceberg in 2026.
Autonomous performance features reached GA. New GA capabilities include Live Reflections (auto-updating materialized views), Result Set Caching (up to 28x query acceleration), Reflection Recommendations (analyzes query patterns to suggest accelerations), and Automatic Iceberg Data Ingestion (auto-ingest pipes from S3). Per DBTA.
TPC-DS benchmark claim: fastest lakehouse. Dremio reports completing all 99 TPC-DS queries on a 1TB dataset in 22 seconds on an 8-node cluster, claiming up to 20x faster than major cloud lakehouse providers, crediting Reflections, the Apache Arrow engine, Columnar Cloud Cache (C3), and Iceberg-native architecture. Per Dremio.
Recognized in Forrester's Data Lakehouses Landscape, Q1 2026. Dremio was named in Forrester's Q1 2026 Data Lakehouses Landscape report, which found 92% of organizations plan to shift most analytic/AI workloads to a lakehouse within a year and 87% expect the lakehouse to be their primary architecture by 2027. Per GlobeNewswire.
Dremio's Iceberg-native stack extends beyond Iceberg through federation and an AI Semantic Layer. The platform now includes Dremio Open Catalog (a managed Apache Polaris catalog), MCP-based agent connectivity, and live federation — via virtual datasets — over non-Iceberg sources including Snowflake, BigQuery, Glue, and Unity Catalog. Per The Best Data Lakehouse Tools for Apache Iceberg in 2026. Sources: Blocks & Files — SAP acquires Dremio · Iceberg V3 / tools breakdown · DBTA — autonomous performance GA · Dremio — 20x faster on TPC-DS · GlobeNewswire — Forrester Q1 2026
Connections8
Outbound7
implements1depends_on2solves1enables1Inbound1
used_by1Resources3
Official Dremio documentation for the lakehouse query engine with native Iceberg support and S3-based data reflections.
Dremio's open-source repository including the Arrow-based query engine and Iceberg integration code.
Practical walkthrough of Dremio's Nessie-based catalog with Iceberg on S3, illustrating the Git-for-data workflow.