Folks
Reading up on Kimball DW Toolkit and I am trying to understand the part where he suggests the methodology for Claims Processing:
Businss Process is Claims Transactions with three fact tables, Claim Transactions, Claim Accumulating Snapshot, and Accident Event. The dimensions are the same except that there is no Employee associated with the Accident Event. In addition, there are dimensions for Claim, and Claimant (or Claim Party(ies))
My question is, if I follow star schema and point the surrogate keys from each dimension to the Claim Transaction Fact, am I creating new fact record everytime a change happens with an associated dimentional attribute? Wouldnt that grow exponentially if history is kept on the fact?
A claim can have many claimants and each claimant can have many transactions (Receivables/Payables/Salvage). So a change in some claim attribute will result in regeneration of every claimant and their transaction record in the transaction fact. Did I understand this correct?
Also what does he mean by "Transaction Type Dim"? Is this a single view of all kinds of Transactions such as Receivables, Payables Salvage etc?
Please advice.
Thanks
Vinny
Reading up on Kimball DW Toolkit and I am trying to understand the part where he suggests the methodology for Claims Processing:
Businss Process is Claims Transactions with three fact tables, Claim Transactions, Claim Accumulating Snapshot, and Accident Event. The dimensions are the same except that there is no Employee associated with the Accident Event. In addition, there are dimensions for Claim, and Claimant (or Claim Party(ies))
My question is, if I follow star schema and point the surrogate keys from each dimension to the Claim Transaction Fact, am I creating new fact record everytime a change happens with an associated dimentional attribute? Wouldnt that grow exponentially if history is kept on the fact?
A claim can have many claimants and each claimant can have many transactions (Receivables/Payables/Salvage). So a change in some claim attribute will result in regeneration of every claimant and their transaction record in the transaction fact. Did I understand this correct?
Also what does he mean by "Transaction Type Dim"? Is this a single view of all kinds of Transactions such as Receivables, Payables Salvage etc?
Please advice.
Thanks
Vinny