December 2024
Beginner
368 pages
11h 5m
English
In previous chapters, we built data pipelines that handled small amounts of data, and we didn’t consider performance or regular pipeline execution. However, in real-world scenarios, data engineers usually deal with large data volumes that require additional considerations in pipeline design, such as avoiding processing all data every time the pipeline executes. One way to limit the processed data volume during pipeline execution is to ingest data incrementally.
Incremental data ingestion is faster ...
Read now
Unlock full access