Explore >> Select a destination


You are here

www.ververica.com
| | blog.risingstack.com
10.6 parsecs away

Travel
| | Common Kubernetes interview questions and answers about the architecture, deployment, and management of k8s containers.
| | streamnative.io
10.4 parsecs away

Travel
| | Ursa: Reimagine Apache Kafka for the Cost-Conscious Data Streaming
| | www.civo.com
10.4 parsecs away

Travel
| | Learn all about Kubernetes, including its features, benefits, and advanced topics such as networking, storage, security, and operators..
| | jack-vanlightly.com
34.8 parsecs away

Travel
| In the previous post, I covered append-only tables, a common table type in analytics used often for ingesting data into a data lake or modeling streams between stream processor jobs. I had promised to cover native support for changelog streams, aka change data capture (CDC), but before I do so, I think we should first look at how the table formats support the ingestion of data with row-level operations (insert, update, delete) rather than query-level operations that are commonly used in SQL batch commands.