dbTalk Databases Forums  

MDX: Another performance question

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


Discuss MDX: Another performance question in the microsoft.public.sqlserver.olap forum.



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

Default MDX: Another performance question - 03-22-2005 , 04:26 AM






Hi,

In terms of performance, what is the difference between:

CrossJoin([MySet], [MyOtherSet])

AND

Generate([MySet], CrossJoin([Dimension].CurrentMember, [MyOtherSet]), All)
// Where [Dimension] indicates the dimensionality of [MySet]


And in general - are there anything special I need to consider before I use
the Generate function, from a performance point of view?



Thanks.

John.



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.