Re: High CPU in client (Excel, OWC, Proclarity, etc.) accessing Analysis Services
From: Deepak Puri (deepak_puri_at_progressive.com)
Date: 02/29/04
- Next message: goofy: "12 rules of olap?"
- Previous message: Kory Skistad: "High CPU in client (Excel, OWC, Proclarity, etc.) accessing Analysis Services"
- In reply to: Kory Skistad: "High CPU in client (Excel, OWC, Proclarity, etc.) accessing Analysis Services"
- Next in thread: Kory Skistad: "Re: High CPU in client (Excel, OWC, Proclarity, etc.) accessing Analysis Services"
- Reply: Kory Skistad: "Re: High CPU in client (Excel, OWC, Proclarity, etc.) accessing Analysis Services"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 28 Feb 2004 21:38:53 -0800
Can you provide an idea of what the generated MDX looks like (it is
presumably too large in its entirety)?
It may be too tall an order to ask that all auto-generated MDX queries
execute efficiently, without any tweaking. You could not similarly
expect a relational reporting tool to always generate efficient SQL, no
matter how complex the query or table indexes (well, maybe one day).
When you say that the query returns in 3 mins without the dimension with
3000 members, just excluding 2 members in the filter alone may cause a
3000-fold increase in on-the-fly aggregation, ie. an extrapolated time
of 9,000 mins. You might achieve this exclusion more efficiently with
custom MDX (for example, if all your base measures have sum or count
aggregation, you can subtract the aggregation for just the excluded
members from the total).
- Deepak
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: goofy: "12 rules of olap?"
- Previous message: Kory Skistad: "High CPU in client (Excel, OWC, Proclarity, etc.) accessing Analysis Services"
- In reply to: Kory Skistad: "High CPU in client (Excel, OWC, Proclarity, etc.) accessing Analysis Services"
- Next in thread: Kory Skistad: "Re: High CPU in client (Excel, OWC, Proclarity, etc.) accessing Analysis Services"
- Reply: Kory Skistad: "Re: High CPU in client (Excel, OWC, Proclarity, etc.) accessing Analysis Services"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|