dbTalk Databases Forums  

Opening up very large dimensions

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


Discuss Opening up very large dimensions in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jesse O.
 
Posts: n/a

Default Opening up very large dimensions - 10-20-2006 , 05:47 PM






I have a SSAS2005 cube with two large dimension in excess of one million
members. Each of this dimensions have several attributes, some having as
little as two members.

When just exploring the dimension (not slicing) through the UI (Proclarity
6.1 and Excel 2003) it takes several minutes just to see the members of that
attribute. This is the case throughout the entire dimension and attributes.
It'll take five minutes just to see 'Yes' and 'No' under the smaller
attributes of the large dimensions.

Any ideas why this is happening or what can be done to prevent it?




Reply With Quote
  #2  
Old   
yongli
 
Posts: n/a

Default RE: Opening up very large dimensions - 10-22-2006 , 11:10 PM






Maybe it is trying to load the large dimension before you could see its
attribute members? Why don't you use profiler to see what is going on behind
the scene?

"Jesse O." wrote:

Quote:
I have a SSAS2005 cube with two large dimension in excess of one million
members. Each of this dimensions have several attributes, some having as
little as two members.

When just exploring the dimension (not slicing) through the UI (Proclarity
6.1 and Excel 2003) it takes several minutes just to see the members of that
attribute. This is the case throughout the entire dimension and attributes.
It'll take five minutes just to see 'Yes' and 'No' under the smaller
attributes of the large dimensions.

Any ideas why this is happening or what can be done to prevent it?





Reply With Quote
  #3  
Old   
Jesse O.
 
Posts: n/a

Default Re: Opening up very large dimensions - 10-23-2006 , 02:39 PM



Did that, pulled out the SELECT it was running.

It's an aggregation issue. I didn't think aggregations would affect the
exploration of the dimension...but it has to scan all the partitions as
well. I thought it would only have th scan the dimension files.

Is this a correct assumption?

SELECT { SUBSET( ADDCALCULATEDMEMBERS( { [Sales].[Business Unit to Ad].[All
Business Unit to Ad].CHILDREN }), 0, 200 ) } PROPERTIES PARENT_UNIQUE_NAME,
MEMBER_TYPE ON COLUMNS

FROM [Sales]


"yongli" <yongli (AT) discussions (DOT) microsoft.com> wrote

Quote:
Maybe it is trying to load the large dimension before you could see its
attribute members? Why don't you use profiler to see what is going on
behind
the scene?

"Jesse O." wrote:

I have a SSAS2005 cube with two large dimension in excess of one million
members. Each of this dimensions have several attributes, some having as
little as two members.

When just exploring the dimension (not slicing) through the UI
(Proclarity
6.1 and Excel 2003) it takes several minutes just to see the members of
that
attribute. This is the case throughout the entire dimension and
attributes.
It'll take five minutes just to see 'Yes' and 'No' under the smaller
attributes of the large dimensions.

Any ideas why this is happening or what can be done to prevent it?







Reply With Quote
  #4  
Old   
yongli
 
Posts: n/a

Default Re: Opening up very large dimensions - 10-23-2006 , 11:33 PM



Cannot see how the MDX query was related. Maybe it was something in
proclarity that triggered this?

"Jesse O." wrote:

Quote:
Did that, pulled out the SELECT it was running.

It's an aggregation issue. I didn't think aggregations would affect the
exploration of the dimension...but it has to scan all the partitions as
well. I thought it would only have th scan the dimension files.

Is this a correct assumption?

SELECT { SUBSET( ADDCALCULATEDMEMBERS( { [Sales].[Business Unit to Ad].[All
Business Unit to Ad].CHILDREN }), 0, 200 ) } PROPERTIES PARENT_UNIQUE_NAME,
MEMBER_TYPE ON COLUMNS

FROM [Sales]


"yongli" <yongli (AT) discussions (DOT) microsoft.com> wrote in message
news:3BA5F5E4-87C7-40CC-A971-9537EF5B6589 (AT) microsoft (DOT) com...
Maybe it is trying to load the large dimension before you could see its
attribute members? Why don't you use profiler to see what is going on
behind
the scene?

"Jesse O." wrote:

I have a SSAS2005 cube with two large dimension in excess of one million
members. Each of this dimensions have several attributes, some having as
little as two members.

When just exploring the dimension (not slicing) through the UI
(Proclarity
6.1 and Excel 2003) it takes several minutes just to see the members of
that
attribute. This is the case throughout the entire dimension and
attributes.
It'll take five minutes just to see 'Yes' and 'No' under the smaller
attributes of the large dimensions.

Any ideas why this is happening or what can be done to prevent it?








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.