Why it matters
Kudu + Impala for CDC + mutable analytics. Understanding shapes options.
Advertisement
The architecture
Kudu: primary key based; row-level updates.
Impala native integration.
Advertisement
How it works end to end
Primary key: required for Kudu tables.
Partitioning: range + hash.
Updates + deletes: real-time.
Use case: CDC ingestion + interactive queries.