Apache Doris
A real-time analytical database with native lakehouse capabilities, querying Iceberg, Hudi, and Paimon tables on S3 directly. Late 2025 added native Paimon Deletion Vector support and Hive/FileSystem catalogs.
Summary
A real-time analytical database with native lakehouse capabilities, querying Iceberg, Hudi, and Paimon tables on S3 directly. Late 2025 added native Paimon Deletion Vector support and Hive/FileSystem catalogs.
Doris bridges the gap between real-time serving and lakehouse analytics. Rather than requiring a separate engine for interactive dashboards vs. batch analytics, Doris provides sub-second queries directly on S3-stored lakehouse tables with native support for all major table formats.
- Native lakehouse support does not mean Doris replaces the table format engine. Doris reads lakehouse tables but does not manage compaction, snapshot expiry, or table maintenance — those remain the responsibility of Iceberg/Hudi/Paimon.
- Sub-second performance depends on query patterns and data layout. Complex joins over large unpartitioned tables on S3 may not achieve interactive latency.
reads_fromApache Iceberg, Apache Hudi, Apache Paimon — native lakehouse table readingimplementsS3 API — direct S3 data accesssolvesCold Scan Latency — interactive performance on S3 data
Definition
A real-time analytical database with native lakehouse capabilities, supporting direct queries over Apache Iceberg, Hudi, and Paimon tables on S3. In late 2025 added native support for Paimon Deletion Vectors and Hive/FileSystem catalogs.
Real-time analytics on S3-based lakehouses traditionally requires multiple engines — one for ingestion, another for serving. Doris combines real-time ingestion with sub-second query performance, querying S3-stored lakehouse tables directly without requiring data movement.
Real-time analytics over S3 lakehouse tables, sub-second dashboards on Iceberg/Hudi/Paimon data, unified real-time and batch query serving.
Connections 7
Outbound 7
implements1reads_from3solves1Resources 3
Official Apache Doris project site with documentation on real-time analytics, lakehouse integration, and deployment.
Doris lakehouse documentation covering native Iceberg, Hudi, and Paimon table support with Deletion Vector compatibility.
Source repository with lakehouse connector implementations, catalog integration, and release notes for 2025 features.