Amazon Redshift now supports Apache Iceberg v3 tables
Amazon Redshift ยท 2026-08-31
Actions
Technical Details
| Regions | all |
|---|---|
| Cost Impact | Neutral |
| IaC Impact | High |
What This Means
For DevOps Teams
Update Amazon Redshift clusters to utilize Apache Iceberg v3 tables by creating new tables with 'CREATE TABLE... USING ICEBERG TABLE PROPERTIES ('format-version' = '3')' or upgrading existing v2 tables with 'ALTER TABLE... SET TABLE PROPERTIES ('format-version' = '3')' to benefit from improved schema evolution, incremental data processing, and faster update/delete operations.
For Platform Teams
Adopt Apache Iceberg v3 tables in Amazon Redshift to integrate advanced data lake capabilities, enabling simplified schema evolution, efficient incremental data pipelines, and enhanced performance for high-frequency update workloads.
For Executives
Evaluate the integration of Apache Iceberg v3 tables in Amazon Redshift to leverage advanced data lake features, enhancing schema management, incremental data workflows, and high-frequency update performance for better data operations efficiency.
Source
Related Amazon Redshift Updates
- Amazon Redshift now supports AWS IAM Identity Center authentication with enhanced VPC routing (2026-08-31)
- Amazon Redshift integrates with Agent Toolkit for AWS for AI-assisted data warehouse management (2026-08-27)
- Amazon Redshift streaming can now ingest 10MiB records from Amazon Kinesis Data Streams (2026-08-27)
- Amazon Redshift introduces long-term system table retention with Amazon S3 Tables integration (2026-08-20)
- CVE-2026-8178 - Remote Code Execution via Unsafe Class Loading in Amazon Redshift JDBC Driver (2026-08-20)