OLAP cube design reference for a IT support busine

2019-07-20 13:24发布

We are designing a dimensional model for an IT support business. There are cases (some call them tickets or incidents) with different statuses (feels like an SCD type II dimension) We also need to consider the count of cases and SLA time duration as measures.

Before going into detailed design, I reviewed Kimbal's data warehousing toolkit but couldn't find a matching business for our project. Are there any references for a dimensional model for this type of business

1条回答
男人必须洒脱
2楼-- · 2019-07-20 13:58

From your limited information it sounds like you want to model as an accumulating snapshot fact (as well as a transaction table). See Insurance claim processing pipeline in Kimbal's The Data Warehouse Toolkit.

It would only be a Type II SCD if the dimension entries were being updated, which in your described case they are not (you are updating the Fact table)

查看更多
登录 后发表回答