dbTalk Databases Forums  

MDX: Performance Question

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss MDX: Performance Question in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
John
 
Posts: n/a

Default MDX: Performance Question - 03-21-2005 , 04:44 AM






Hi,

In terms of performance, is there a significant difference between:

With [MySet] as '[Customers].Members'
Select {[Measures].[Unit Sales]} on Columns,
Union(
CrossJoin([MySet], {[Dimension].[MyMember]} ,
CrossJoin([MySet], {[Dimension].[MyOtherMember]}
)
on Rows ...

AND

With [MySet] as '[Customers].Members'
Select {[Measures].[Unit Sales]} on Columns,
CrossJoin([MySet], {[Dimension].[MyMember], [Dimension].[MyOtherMember]}) on
Rows ...

?

Thanks in advance



Reply With Quote
  #2  
Old   
Chris Webb
 
Posts: n/a

Default RE: MDX: Performance Question - 03-21-2005 , 09:33 AM






No, there shouldn't be.

Chris
http://spaces.msn.com/members/cwebbbi/

"John" wrote:

Quote:
Hi,

In terms of performance, is there a significant difference between:

With [MySet] as '[Customers].Members'
Select {[Measures].[Unit Sales]} on Columns,
Union(
CrossJoin([MySet], {[Dimension].[MyMember]} ,
CrossJoin([MySet], {[Dimension].[MyOtherMember]}
)
on Rows ...

AND

With [MySet] as '[Customers].Members'
Select {[Measures].[Unit Sales]} on Columns,
CrossJoin([MySet], {[Dimension].[MyMember], [Dimension].[MyOtherMember]}) on
Rows ...

?

Thanks in advance




Reply With Quote
  #3  
Old   
John
 
Posts: n/a

Default Re: MDX: Performance Question - 03-21-2005 , 09:53 AM



Thanks Chris.

John.


"Chris Webb" <OnlyForPostingToNewsgroups (AT) hotmail (DOT) com> wrote

Quote:
No, there shouldn't be.

Chris
http://spaces.msn.com/members/cwebbbi/

"John" wrote:

Hi,

In terms of performance, is there a significant difference between:

With [MySet] as '[Customers].Members'
Select {[Measures].[Unit Sales]} on Columns,
Union(
CrossJoin([MySet], {[Dimension].[MyMember]} ,
CrossJoin([MySet], {[Dimension].[MyOtherMember]}
)
on Rows ...

AND

With [MySet] as '[Customers].Members'
Select {[Measures].[Unit Sales]} on Columns,
CrossJoin([MySet], {[Dimension].[MyMember], [Dimension].[MyOtherMember]})
on
Rows ...

?

Thanks in advance






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.