December 2017
Beginner to intermediate
500 pages
12h 10m
English
Now suppose that you want to track individual orders. In the fact table, you have columns where you want to save the date in which the order was in each state. In this case, when you take the picture, you want to not only insert new orders into the fact table, but also update the status in the orders that already were saved in the fact in a previous load.
The way we do this is with an Insert/Update step. As an alternative and for better performance, you can do as follows:
Read now
Unlock full access