Explore >> Select a destination


You are here

cube.dev
| | www.talend.com
5.3 parsecs away

Travel
| | Data modeling is the process of creating a diagram that represents your data system & defines the structure, attributes, and relationships of your entities.
| | markodenic.com
3.6 parsecs away

Travel
| | Free programming books, algorithms, public APIs, and much more.
| | www.starburst.io
5.0 parsecs away

Travel
| | Trino is a SQL-based query engine built for very large datasets. It powers Starburst and delivers ad hoc and real-time analytics at speed.
| | jack-vanlightly.com
20.9 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.