Hi,
My OLTP systems logs every change so when transferring daily information from OLTP to my staging area I only transfer those records which suffered any changes.
But I have a concern about staging area tables structure. Should tables in SA have a normalize or a denormalize structure? In the first approach I can have a set of tables with the same structure as my OLTP system and this could spped up my cleansing and surrogate key processes, while with the second one my SA tables will look more like the dimensional tables.
Which are the pros and cons of each approach?
Thanks,
// jcoira
My OLTP systems logs every change so when transferring daily information from OLTP to my staging area I only transfer those records which suffered any changes.
But I have a concern about staging area tables structure. Should tables in SA have a normalize or a denormalize structure? In the first approach I can have a set of tables with the same structure as my OLTP system and this could spped up my cleansing and surrogate key processes, while with the second one my SA tables will look more like the dimensional tables.
Which are the pros and cons of each approach?
Thanks,
// jcoira