Skip to the content

RISHI RAJ S GERA

Chief Solutions Officer, Magic Edtech

RISHI RAJ S GERA

Chief Solutions Officer, Magic Edtech

  • Home
  • My Profile
    • Know your Consultant
    • Technical Skills
    • My Certifications
  • Expertise
    • Education Advisory Services
    • Digital Transformation
      • Platform Engineering
      • Digital Content – Micro Learning Instruction
  • Resources
    • News and Trends

Amazon Redshift now supports Apache Iceberg v3 tables

Advanced learning
    • By Rishi Raj Singh Gera
    • No Comments on Amazon Redshift now supports Apache Iceberg v3 tables
    • August 31, 2026

Amazon Redshift now supports Apache Iceberg v3 tables

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 in the Amazon Redshift Documentation.

Share this:

  • Share on X (Opens in new window) X

Related

Leave a ReplyCancel reply

Follow Blog via Email

Enter your email address to follow this blog and receive notifications of new posts by email.

Discover more from RISHI RAJ S GERA

Subscribe now to keep reading and get access to the full archive.

Continue reading

Back To Top