Hi All,
We are using C# and ASP.NET
We also experience such performance problems.
Strangely we find that
1) Traversing the CellSet for the first time takes more
time than traversing it in the second run.
2) Even during the first time traversal, some Cell items
takes longer than the rest. (Sometimes its taking about
1.5 seconds to read the value of one cell... We have got
some complex Cell Security MDX though)
Any Ideas / thoughts
Regards,
Sankaranarayanan M G
Quote:
-----Original Message-----
Are you using parent child dimensions? If yes your
performance problem will almost certainly be there.
Parent child dims do not preaggregate.
Try to get rid of them if possible.
Another reason could be large dimensions with low
hierarchies.
HTH
Lutz
. |