为什么 InfoCube 中的维度表是非规范化的?

发布于 2024-09-08 11:23:45 字数 95 浏览 0 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无悔心 2024-09-15 11:23:45

在数据仓库中,您试图获得更快的响应时间。

数据被加载一次,并被读取多次。因此,数据规范化在数据仓库中并不是一个优势。

非规范化有点用词不当。在星型模式中,数据未标准化。我确实理解有些人将数据加载过程称为非规范化。但是,一般来说,设计星型模式并不是非规范化。

通过不对维度数据进行规范化,您可以通过增加数据仓库的加载时间和存储空间来缩短响应时间。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文