![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
-----Original Message----- I'm attempting to add a measure with a distinct count aggregate function on it. However, after I make the change, the processing of my cube slows down dramatically. Before the change, the cube would process in under one hour. After the change, I've let it run overnight and it only gets through less than 5% of the calculations. I figured the distinct count would slow it down, but wasn't expecting anything like this! Is there something I can do to help that performance? I tried placing an index on that particular column, but to no affect. Thanks, -Joe . |
#3
| |||
| |||
|
|
You are correct. Processing time would increase if the Cube has got distinct count measure. It is a good practise to have a separate cube with the Distinct Count measure and Create a Virtual Cube which comprises of the Distinct Count Cube and the other Source Cubes (with non distinct measures) for reporting purposes. Also look at - OLAP Services: DISTINCT COUNT and Basket Analysis http://msdn.microsoft.com/library/default.asp? url=/library/en-us/dnolap/html/distinct2.asp Cheers, Sanka -----Original Message----- I'm attempting to add a measure with a distinct count aggregate function on it. However, after I make the change, the processing of my cube slows down dramatically. Before the change, the cube would process in under one hour. After the change, I've let it run overnight and it only gets through less than 5% of the calculations. I figured the distinct count would slow it down, but wasn't expecting anything like this! Is there something I can do to help that performance? I tried placing an index on that particular column, but to no affect. Thanks, -Joe . |
![]() |
| Thread Tools | |
| Display Modes | |
| |