多维数据集分区:DSV 设计器中的事实表只是多维数据集分区之一吗?

发布于 2024-07-26 18:42:27 字数 186 浏览 7 评论 0原文

事实表有 16 个分区。 所有 16 个都具有相同的结构并具有相同的聚合方案。 其中 15 个包含数据,而第 16 个不包含数据。

那么,DSV 设计器中的事实表只是这些分区之一吗? (虽然标头中的名称与其中一个分区匹配)

如果是这样,那么每当我们需要处理不同的分区时,只需替换设计器中的事实表并重新处理即可?

There are 16 partitions for a fact table. All 16 of them have the same structure and have the same aggregation scheme. 15 of them contains data and while the 16th contains no data.

So, is the fact table in the DSV designer just one of those partitions? (the name in the header matches one of the partitions though)

if it is so, then whenver we need to process a different partition, just replace the fact table in the designer and reprocess?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

狠疯拽 2024-08-02 18:42:27

分区可以绑定到 DSV 中的表,也可以使用“查询绑定”直接绑定到数据源中的表。 如果您在 DSV 中看不到这 16​​ 个表,那么它们一定是使用“查询绑定”直接绑定的。

如果您在“分区”选项卡中单击分区,然后检查属性窗口中的“源”属性,它将告诉您特定分区从何处读取数据。

partitions can either be bound to a table in the DSV or they can be bound using "Query Binding" directly to a table in your data source. If you can't see the 16 tables in your DSV, they must have been bound directly using "Query Binding".

If you click on your partition in the "Partitions" tab then check the Source property in the properties window, it will tell you where a particular partition reads it's data from.

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