Materialization
There are two types of materialization:
Complete: a copy of the source objects is created in the analytical storage, and all changes in the source are applied to the materialized table with each subsequent running of the job;
Incremental: only newly added data from the source table is copied to the analytical storage.
In the subpages, we explain both types in more detail.