为什么 InfoCube 中的维度表是非规范化的?
SAP BW 类材料指出,在 InfoCube 中,维度是非规范化的。
我了解标准化表格的好处。
为什么 InfoCube 中的维度表是非规范化的?
SAP BW class material states that in InfoCubes, dimensions are denormalized.
I understand the benefit of normalized tables.
Why are dimension tables denormalized in an InfoCube?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在数据仓库中,您试图获得更快的响应时间。
数据被加载一次,并被读取多次。因此,数据规范化在数据仓库中并不是一个优势。
非规范化有点用词不当。在星型模式中,数据未标准化。我确实理解有些人将数据加载过程称为非规范化。但是,一般来说,设计星型模式并不是非规范化。
通过不对维度数据进行规范化,您可以通过增加数据仓库的加载时间和存储空间来缩短响应时间。
In a data warehouse, you're trying to get a faster response time.
The data is loaded one time, and read many times. Therefore, normalization of data is not an advantage in a data warehouse.
Denormalization is a bit of a misnomer. In a star schema, the data is not normalized. I do understand that some people are referring to the data loading process as denormalization. But, in general, designing a star schema is not a denormalization
By not normalizing the dimension data, you're improving the response time by increasing the load time and storage space for the data warehouse.