Re: MDX to calculate dead stock.
- From: Deepak Puri <deepak_puri@xxxxxxxxxxxxxxx>
- Date: Tue, 22 Nov 2005 10:32:02 -0800
Hi Mahesh,
For the NonEmptyCrossJoin() option (assuming that it gives the right
results), there's a couple of things to look at:
- What's the structure of the Product dimension, and number of members
at the leaf level? You can get an idea of the performance of
"Descendants(Products,,Leaves)" by returning just that as the rows in an
MDX query and measuring the response time. If Product is a regular
dimension, then you could compare the performance with using
"Products.LeafLevel.Members" instead.
- If the Time dimension has a Week level, you could optimize
"Time.CurrentMember.Lag(30):Time.CurrentMember" by using an equivalent
set of week and day members, as discussed here in Chris Webb's blog:
http://spaces.msn.com/members/cwebbbi/Blog/cns!1pi7ETChsJ1un_2s41jm9Iyg!
107.entry
>>
Tuning YTD-style calculations
...
>>
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com ***
.
- Follow-Ups:
- Re: MDX to calculate dead stock.
- From: Mahesh Shrestha
- Re: MDX to calculate dead stock.
- References:
- Re: MDX to calculate dead stock.
- From: Mahesh Shrestha
- Re: MDX to calculate dead stock.
- Prev by Date: Some Excel functions work, others don't.
- Next by Date: Re: HTTP Access to AS 2005 not working
- Previous by thread: Re: MDX to calculate dead stock.
- Next by thread: Re: MDX to calculate dead stock.
- Index(es):
Relevant Pages
|