dbTalk Databases Forums  

Sub cube MDX optimization question

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


Discuss Sub cube MDX optimization question in the microsoft.public.sqlserver.olap forum.



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

Default Sub cube MDX optimization question - 11-09-2006 , 04:41 PM






Use the following sub cube query to filter out the customer info in MDX

SELECT {filter( { [Customer].[Cust ID].Levels(1).Members}, [Customer].[Cust
ID].CurrentMember.member_value = @CustID ) } on columns

but when I didn't use Levels(1), it is very slow. What's the difference it
makes?

Any insights,

Thanks,

Yongli.



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.