Data loading: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
m Reverted edit by Sarleeng (talk) to last version by Achmad Rachmani
Line 14:
Full data refresh means that existing data in the target table is deleted first. All data from the source is then loaded into the target table, new indexes are created in the target table, and new [[Measure (data warehouse)|measures]] are calculated for the updated table.
 
Full refresh is easy to implement, but involves moving of much data which can take a long time, and can make it challenging to keep historical data.<ref name=":0">{{Cite web |date=2022-04-14 |title=Incremental Data Load vs Full Load ETL: 4 Critical Differences - Learn {{!}} Hevo |url=https://hevodata.com/learn/incremental-data-load-vs-full-load/ |access-date=20242023-02-18 |language=en-US}}</ref>
 
=== Incremental update ===