Re: improve performance of query

Tech-Archive recommends: Fix windows errors by optimizing your registry



before changing your server identify the bottleneck.
in AS2000 by default most of the calculations are evaluated on the client
side!
So, first play with your connectionstring to force the calculation on the
server side:
execution location=3;Default Isolation Mode =1

else try these connectionstring option:
cache ratio2=0.001; cache policy=7
But verify if your formula continue to provide good results because
sometimes these changes can cause formula evaluation issues.

Monitor your server using the performance monitor. you'll found some
counters like hit cache % etc...
And specially the last query:query num
this counter display how many queries are executed against the cube.
A bad formula can result in hundreds or thousand of small queries which is
really bad!!!
(recursive queries or bad usage of the non empty behavior can cause this)
a good formula and a good MDX query should result in 1 query num only or a
small number of query num for complex formula, but hundreds... no!
so if you suffer this problem, revise your calculated members & formulas to
optimize them.

monitor the server CPU & memory usage.

also remember to use the usage based optimization wizard to add missing
aggregations.

now you'll have a better idea of what's appends on the server and/or the
client and you are ready to optimize the system.

Jerome.

"Hash" <harshal.patil@xxxxxxxx> wrote in message
news:1157790181.087380.258470@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi All

I have MSAS 2000.
My cube has 30 to 40 mdx calculated measures which are interconnected
with each other i.e one measure calls another calculated measure and
that measure may call another calculated measure.
that cost the query performance while creating reports. It becomes slow
when reports get access or make any reports.
can anybody tell me how to improved the query performance and can give
the required hardware configuration of server.


Regards
Hash



.



Relevant Pages

  • Re: improve performance of query
    ... I have a cube that when a user goes to the web front end, ... in AS2000 by default most of the calculations are evaluated on the client ... Monitor your server using the performance monitor. ... a good formula and a good MDX query should result in 1 query num only or a ...
    (microsoft.public.sqlserver.olap)
  • Re: IRQ balancing problem on new Nehalem
    ... I have got a new server for our calculations department and I have some troubles with the performance. ... CPU: ... The server is used for numerical calculations, so there is always a high load on the CPUs and on the disks. ... Now I'm running ubuntu 9.10 beta -> still the same ...
    (Ubuntu)
  • Re: Slack and Late Finish Date (More Info)
    ... microsoft.public.project.server, as some real server gurus hang out there. ... > I am back in the office this morning so I connected to Project Server and> created a new plan. ... > When I create a new plan working off line, the calculations are correct. ...
    (microsoft.public.project)
  • Re: .net Application Performance
    ... as the database server. ... them pumps them into the DB (SQL Server) - this happens pretty quickly. ... called in a sequence to do some heavy calculations (mainly DB ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Free web front end to Mathematica
    ... "free available" and running secure on a web server (and I've also ... I have done that in my code, by wrapping all expressions around TimeConstrained & MemoryConstrained, which are Mathematica commands which limit these. ... There needs to be a way of aborting calculations. ... should be "hidden" from every other user using the web interface in ...
    (sci.math.symbolic)