Hi,
PLease help me on performance tuning analysis services 2K. I have not changed any of the default tuning parameters. Please let me know if you know any of the parameter that would enhance our performance.
I assume that you have problems with the speed of your queries on your cubes.
Analysis Services:
On each cube you have option (right click) Usage Analysis.
If you choose this, you can see how long it takes for each query to show the data to the user.
See which queries are problematical.
Then go, once again right click on the cube and choose option Usage-Based Optimization.
Now you can add aggregates to the existing ones only for thoose problematical queries.
Be aware that this aggregations don't stay when you reproccess your cube. You have to do this optimization regulary!
I hope I helped, please notify me if it worked for you.
UBO is a good way to start but doesn't provide aggregations for any queries that haven't been made. If you have a standard set of reports that are never deviated from then UBO may handle the needed aggregations. If users are giving free access to the data to query however they wish then you need to anticipate the aggregations needed.
Number of records in the cube
Number of measures and Types of measures (distinct count?)
The number of dimensions and levels within a dimension
Can all affect the number of aggregations needed. If you have shallow dimensions with 2 or 3 levels you'll need less than if the dimensions had 5 or 6 levels. Starting with 200-300 aggregations will probably capture a good number of combinations needed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.