Aggregate聚集的概念

Aggregate聚集的概念<摘自网络>BW中聚集是指根据InfoCube中几个或者一个维度信息对象创建的小的CUBE,其实是新生成一张事实表,外加一些对应的维度表,可以提供数据的访问效率。Anaggregateisarollupoffactdatawhereatotalvalueissufficientandnodetailedinformationisneede…

大家好,又见面了,我是你们的朋友全栈君。

<摘自网络>

BW中聚集是指根据InfoCube中几个或者一个维度信息对象创建的小的CUBE,其实是新生成一张事实表,外加一些对应的维度表,可以提供数据的访问效率。

An aggregate is a roll up of fact data where a total value is sufficient and no detailed information is needed.

Technically speaking,an aggregate is a separate infoCube with its own fact table and dimension tables.When an aggregate is created,it is gaven six-digit number <1NNNNN> that starts with a ì1?. The table name for an aggregate is derive in the same way from this number as InfoCube table names are derived from InfoCube names.

For example, if an aggregate has the technical name 100001, its fact tables are

called /BIC/E100001 and /BIC/F100001. Its dimensions have the table names

/BIC/D100001P, /BIC/D100001T, and so on.

Dimension tables can be shared between an InfoCube and an aggregate. In this

example, dimension 2 (the country dimension) is shared between the InfoCube

and the aggregate. It is not necessary to create a new dimension table. A link to

this dimension table is created in the aggregate fact table.

聚集维度可以分为“层次结构的聚集”(H)、“固定值的聚集维度”及“一般聚集维度”;其主要用法根据实际使用来确定,例如某张报表只会访问到某个层次结构的N层次,再往下就不看了,则可以给CUBE生成一个对应的聚集,该聚集维度基于该层的“层级结构维度”。

其中对于聚集中维度数据和事实表数据的更新,如果是导航属性生成的维度表,则通过信息对象的change run可以同步聚集维度表数据,而事实表数据通过ROLL UP可以更新。

简单来说,聚集的作用是:预先计算,以空间换时间。提高Query的查询效率。

 

下图为InfoCube中的数据,即事实表中的数据,第6列为数量,第7列为合计金额,第8列为单价

InfoCube中的事实表数据

Aggregate中的数据

0FACTCOUNT代表聚集的记录数,Y2IO_QUAN为合计的数量(共合计了3条记录),Y2IO_REV为合计的金额数

Sales Price为合计的价格(无用,此记录不应该被合计)

聚集中的结果数据

转载于:https://www.cnblogs.com/wjonjon/archive/2010/01/13/1646029.html

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/143782.html原文链接:https://javaforall.cn

【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛

【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...

(0)
blank

相关推荐

发表回复

您的电子邮箱地址不会被公开。

关注全栈程序员社区公众号