Amazon Redshift now supports Apache Iceberg v3 tables
Share
Services
Amazon Redshift now supports reading from and writing to Apache Iceberg v3 tables in your data lake. Apache Iceberg is an open table format, and its v3 release adds several new features. With this launch, Amazon Redshift introduces support for default column values, row lineage, and deletion vectors.
With default column values, you can define an initial value that Amazon Redshift applies when no value is provided, simplifying schema evolution as you add columns to existing tables. Row lineage exposes pseudo-columns that track each row's identity and last-updated sequence number, so you can build incremental pipelines and CDC (change data capture) workflows that process only modified rows. Deletion vectors replace Iceberg v2's positional delete files with compact compressed bitmaps, delivering faster reads and writes for high-frequency update and delete workloads such as compliance-driven record removal. You can create a v3 table with CREATE TABLE <table> ... USING ICEBERG TABLE PROPERTIES ('format-version' = '3'), or upgrade an existing v2 table in place with ALTER TABLE <table> SET TABLE PROPERTIES ('format-version' = '3').
Amazon Redshift's Graviton based provisioned and serverless clusters support the new v3 format. To learn more, see [Apache Iceberg v3 features ](https://docs.aws.amazon.com/redshift/latest/dg/iceberg-v3-features.html)in the [Amazon Redshift Documentation](https://docs.aws.amazon.com/redshift/).
What else is happening at Amazon Web Services?
Read update
Services
Share
Amazon Redshift now supports AWS IAM Identity Center authentication with enhanced VPC routing
about 9 hours ago
Services
Share
Amazon EC2 R9g and R9gd memory optimized instances are now available
about 11 hours ago
Services
Share
Amazon Cognito now supports machine-to-machine authorization without a user pool domain
about 12 hours ago
Services
Share
AWS Lambda recursive loop detection is now available in all commercial AWS Regions
about 12 hours ago
Services
Share