Confused on ssas aggregation design

浪子不回头ぞ 提交于 2019-12-12 02:54:57

问题


I have read about aggregation design tab in ssas.It is telling we can precalculate the aggregation and it will improve the response time.But when i tried that option,i haven't go thorough any step which is showing what kind of aggregation(eg:sum,avg etc) we have to do.In one of the steps, there is an option of specifying count of rows.So aggregation means only count of rows in table? Other than this we know,there is one calculated measure option using we can specify sum or avg or etc.This also one kind of aggregation right?

So, Can any one please make it clear about there two?

Thank You in advance.. :)


回答1:


I'm not sure if I understand your question, but the method of aggregation is defined for each measure. See the properties of your measures to know what kind of aggregation method is used.

The estimated row count (of each partition) is used by SSAS to determine the necessary storage space of your aggregation design.



来源:https://stackoverflow.com/questions/10074028/confused-on-ssas-aggregation-design

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!