What is the best approach to get from relational OLTP database to OLAP cube?

后端 未结 2 824
时光取名叫无心
时光取名叫无心 2021-02-01 09:09

I have a fairly standard OLTP normalised database and I have realised that I need to do some complex queries, averages, standard deviations across different dimensions in the da

2条回答
  •  死守一世寂寞
    2021-02-01 09:58

    Yes, that is the basic idea. You take your highly normalized OLTP database and de-normalize it into cubes for the purpose of slicing and dicing the data and then presenting reports on it. The logical design technique is called dimensional modeling. There is a ton of great information about dimensional modeling over at the Kimball Group. Ralph Kimball's books on the subject are also excellent. If you want to learn more about the BI tools themselves, check out the virtual labs on SSIS, analysis services and more.

提交回复
热议问题