事实星座图
我制作了一个事实星座模式,其中包含 2 个事实表和 16 个维度表,其中包含 4 个公共维度表。其中一个维度表需要标准化,因为来自数据源的数据可能具有可变的行数。我仍然可以将其称为在维度表中具有分支的事实星座模式吗?
我希望你明白我想说的。
干杯。
I made a fact constellation schema with 2 fact tables and 16 dimension tables with 4 common dimension tables. One of the dimension table needs to be normalized because data from data source can have variable number of rows. Can I still call it fact constellation schema having a branch in dimension table??
I hope you understand what I am trying to say.
Cheers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我知道已经有一段时间了,只是为了帮助其他人需要有关此主题的信息而写信。通常事实星座模型由星模型组成,其中不应存在任何人为或自然的层次结构。但根据您的需要,您可以添加标准化(分层)维度表。在这种情况下,您的事实星座由雪花而不是星星组成。
I know it's been a while just writing to help if any other people needs information about this topic. Normally fact constellation model is made up of star models where any artifical or natural hierarchy should not be present. But according to your needs you can add normalized (hierarchical) dimension tables. In this case your fact constellation made up of snowflakes instead stars.
您仍然可以将其称为带有切片维度表的星座模式。
这个术语在我大约 7 年前读过的 Oracle Datwarehosing 书中出现得很多。
问候,
吉特
You may still call it a Constellation Schema with Sliced Dimension Table.
This term is very much in Oracle Datwarehosing Book which I read around 7 years ago.
Regards,
Jit