Name |
Apache Iceberg |
Delta Lake |
Description |
Iceberg is a high-performance format for huge analytic tables. Utilises data stored in either parquet, avro, or orc. |
Delta Lake is an open-source storage framework that enables building a Lakehouse architecture. |
License |
Apache license 2.0 |
Apache license 2.0 |
Source code |
https://github.com/apache/iceberg |
https://github.com/delta-io/delta |
Website |
https://iceberg.apache.org/ |
https://delta.io/ |
Year created |
2017 |
2019 |
Company |
Netflix |
Databricks |
Language support |
|
scala, java, python, rust |
Use cases |
Write once read many, Analytics, Efficient storage, ACID transactions |
Write once read many, Analytics, Efficient storage, ACID transactions |
Is human readable |
no
|
no
|
Orientation |
column or row |
column |
Has type system |
yes
|
yes
|
Has nested structure support |
yes
|
yes
|
Has native compression |
yes
|
yes
|
Has encoding support |
yes
|
yes
|
Has constraint support |
no
|
yes
|
Has acid support |
yes
|
yes
|
Has metadata |
yes
|
yes
|
Has encryption support |
maybe
|
maybe
|
Data processing framework support |
Apache Drill,
Apache Flink,
Apache Gobblin,
Apache Pig,
Apache Spark,
|
Apache Drill,
Apache Flink,
Apache Spark,
|
Analytics query support |
Apache Impala,
Apache Druid,
Apache Hive,
AWS Athena,
BigQuery,
Clickhouse,
Dremio,
DuckDB,
Presto,
Trino,
|
Apache Hive,
AWS Athena,
Azure Synapse,
BigQuery,
Clickhouse,
Dremio,
Presto,
Trino,
|