Chapter 2. Primary Features of Iceberg
This chapter details the primary features of Iceberg, starting with the opportunity to commit transactions that make content changes to tables. You will learn how this works despite the underlying data lake files being immutable. We’ll also explore the two file writing strategies for capturing changes.
Table changes are not only limited to data as structural changes to the table definition are also allowed and tracked via metadata. Iceberg ensures that only changes that are compatible with prior snapshots are allowed to be made. These table alterations extend past column types and names to include modifying the partitioning strategy.
You will also understand the features available for working with multiple snapshots. This includes time travel querying and the ability to roll back the state of the table to a prior version. Advanced snapshot features include tagging and branching that can be helpful ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access