-
Using MERGE
DATA ENGINEERING Using MERGE One of the most useful tools that Iceberg enables is the SQL MERGE command. This recipe…
-
Write – Audit- Publish (WAP) Pattern
DATA ENGINEERING This recipe builds on branching and tagging basics to implement a powerful pattern commonly referred to as Write – Audit…
-
Incremental processing
DATA ENGINEERING Incremental processing is a tried and true approach to improving data transformation performance and reducing cost. The basic…
-
The CDC MERGE Pattern
Categories: OpinionThe MERGE pattern is the first design I discuss in this series that maintains data directly in a mirror table…
-
What’s new in Iceberg 0.13
The Apache Iceberg community just released version 0.13 and there’s a lot of great new additions! In this post, I’ll…