Topic
streaming
11 posts tagged “streaming”.
-
Mastering Apache Iceberg v3 Deletion Vectors for High-Throughput Streaming Ingest
Here is a bill that surprises teams every quarter. A Flink pipeline streams change data capture events into an Apache Iceberg table, a few thousand…
-
How Iceberg V3 Deletion Vectors Fixed Merge-on-Read for Streaming Tables
A change data capture pipeline lands updates from an operational database every thirty seconds. Under Iceberg V2 with merge-on-read, each of those…
-
Reading the Apache Iceberg V4 Proposals Before They Land
A Flink job commits every five seconds. Each commit writes one small Parquet file. It also writes a manifest, rewrites a manifest list, and writes a…
-
Why Iceberg V4 Wants to Retire Equality Deletes, and What Streaming Teams Should Do About It
A Flink job writes upserts into an Apache Iceberg table at a few thousand rows per second. The write side looks healthy. Checkpoints land on time,…
-
Apache Fluss and Kafka Solve Different Problems in an Iceberg Pipeline
A streaming team is asked to cut dashboard latency from six minutes to under thirty seconds. The pipeline is Kafka into Flink into Apache Iceberg,…
-
Serving Sub-Second Queries Over an Iceberg Lakehouse With a Hot Tier
A fraud detection agent evaluates a transaction. It needs the customer's activity over the last four hours, their ninety-day baseline, and the…
-
Freshness Is a Contract, Not a Note on a Dashboard
An inventory agent rerouted a shipment last quarter for a company I spoke with, based on stock levels that were six hours old. The warehouse had…
-
The State of Streaming to Apache Iceberg in July 2026: Every Path, Its Latency, and What to Do When Seconds Are Not Fast Enough
The most common architecture question I get in 2026 is no longer "should we use Iceberg." That one is settled. The question now is "how fresh can our…
-
Optimizing Compaction for Streaming Workloads in Apache Iceberg
Learn how to design fast, incremental compaction strategies in Apache Iceberg to support high-throughput streaming pipelines without disrupting freshness or performance.
-
Data Lakehouse Roundup 1 - News and Insights on the Lakehouse
What's Going on in the Data Lakehouse Space
-
Change Data Capture (CDC) when there is no CDC
Handling Synching Changing Data Across Systems