forked from ClickHouse/ClickHouse
-
Notifications
You must be signed in to change notification settings - Fork 17
Project Antalya Roadmap 2026 #1359
Copy link
Copy link
Open
Labels
Description
Here's the current Project Antalya roadmap for 2026. This year the focus is on direct writes to Iceberg, improved usability of the swarms and Hybrid table engine, and interoperability with regard to cloud providers and catalog types. All features are open source--there are no hold-backs.
Please suggest additional features and ideas in the comments to this issue. We also welcome contributions.
Make Iceberg a first-class citizen in ClickHouse
- CREATE TABLE for Iceberg/DataLakeCatalog database engine using 'AS <other_table>' syntax. It should respect table structure, partitioning and ordering of MergeTree table if given
- DROP TABLE for Iceberg/DataLakeCatalog database engine
- TRUNCATE TABLE for Iceberg/DataLakeCatalog database engine #1529
- Map specific catalog namespaces as Iceberg databases #1337
- ALTER TABLE EXPORT PARTITION ALL to Iceberg/DataLakeCatalog
Swarms:
- Fully supported joins
- Standalone swarms
- Remote initiator improvements #1577
- Swarm for writes
- Swarm for merges/optimize
Tiered Storage:
- Write MergeTree parts/partitions to Parquet
- Write MergeTree parts/partitions directly to Iceberg
- Improve observability
Hybrid table engine
- Support for ALIAS columns #1272
- ALTER TABLE for manual watermark management
- Automatic watermarks
- Direct exports to Iceberg
- TTL MOVE to Iceberg
- TTL DELETE for Iceberg data
Catalogs & Interoperability:
- ARN access to Glue #90825
- BigLake support #97104
- GCP support
- Azure support
- Interoperability with Spark
- Iceberg v3
- Confirming Antalya features for Unity
Performance & observability:
- Parquet RowGroup adaptive size
- Lazy metadata loading
- Tools to analyze Iceberg queries performance
- Expose extended Iceberg/Parquet metadata via system tables
Security:
Reactions are currently unavailable