![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm have a MDX quey that should return about 60,000 rows with 83 columns. Mostly consisting of calculated measures. I have the following nonemptycrossjoin NonEmptyCrossJoin( [DepartureDate].[Standard].[Date Value].Members --1829 members ,[ProcessDate].[Standard].[Date Value].Members -- 1829 members ,[Flight].[Standard].[Flight Number].Members -- 760 members ,[Aircraft].[Standard].[Iataaircraft Code].Members --7 members ,[DaysPrior].[Standard].Members --339 members ,{[Measures].[Authorization Level]} , 5) This performs extremely slow. I have a T-SQL based solution that takes about 30 minutes to calculate all columns and populate a table. The server is a 2way p3 2ghz with 2gb of ram The MDX solution runs for about 3hrs before I cancel it. I have not done much in the way of optimizing the MDX server config Is there anything I can do to tune the query? or am I hitting a HW limitation? Any suggestions? |
#3
| |||
| |||
|
|
I'm have a MDX quey that should return about 60,000 rows with 83 columns. Mostly consisting of calculated measures. I have the following nonemptycrossjoin NonEmptyCrossJoin( [DepartureDate].[Standard].[Date Value].Members --1829 members ,[ProcessDate].[Standard].[Date Value].Members -- 1829 members ,[Flight].[Standard].[Flight Number].Members -- 760 members ,[Aircraft].[Standard].[Iataaircraft Code].Members --7 members ,[DaysPrior].[Standard].Members --339 members ,{[Measures].[Authorization Level]} , 5) This performs extremely slow. I have a T-SQL based solution that takes about 30 minutes to calculate all columns and populate a table. The server is a 2way p3 2ghz with 2gb of ram The MDX solution runs for about 3hrs before I cancel it. I have not done much in the way of optimizing the MDX server config Is there anything I can do to tune the query? or am I hitting a HW limitation? Any suggestions? |
#4
| |||
| |||
|
#5
| |||
| |||
|
| Generate([DaysPrior].[Standard].Members, |
![]() |
| Thread Tools | |
| Display Modes | |
| |