![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all I'm a newbe to AS2005. I built a sales cube for a retail company. This cube hass 6 Dimensions: SKU, Subcategory, Category, Brand, Store, Time. Until now I have two "native" mesures: Sales and quantity. In this AS 2005 cube I tried to implement two calculations: SUM(PERIODSTODATE([Time].[Year - Month - Date].[Year], [Time].[Year - Month - Date].currentmember),[Measures].[Quantity]) AND SUM(PERIODSTODATE([Time].[Year - Month - Date].[Year], ParallelPeriod([Time].[Year - Month - Date].[Year],1,[Time].[Year - Month - Date].currentmember)),[Measures].[Quantity]) This calculation works fine on a high level, but when I drill down to the SKU level, I encounter performance problems. This will not happen with "native" mesures like quantity. With only 40'000 records in the relational database this sounds like I do something wrong at design-time. I tried to resolve this issue with aggregation in my partition on my fact table, without success. I have a Molap partition storage setting. When I try to calculate aggregations, the optimation level reaches only 34%, regardles my settings (estimated storages reaches ..., I click stop). Q1: What can I do to resolve the performance issue? Q2: Can anyone point me to the right direction with aggregation in Molap? Thanks for your help! Tom |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Thanks Dip - this you really helped me. One thing I discovered that is also very important for performance is attribute relationship. When I use these to query a cube with MDX I get a far better performance. I read something that they show AS 2005 how to aggregate. Best Regards, Tom |
![]() |
| Thread Tools | |
| Display Modes | |
| |