dbTalk Databases Forums  

Which one takes longer time to process ?

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


Discuss Which one takes longer time to process ? in the microsoft.public.sqlserver.olap forum.



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

Default Which one takes longer time to process ? - 07-11-2003 , 01:12 PM






Hi:

here are two cases for processing a cube:

(1) 4 dimensions (Country, State, County, City), each has only one level.
(2) One dimension with 4 levels (Country->State->County->City).

By my understanding, the (1) should take longer time to aggregat the cube
since it will aggregate on all posible combinations of the 4 dimensions; and
(2) only aggregate in one direction Country to City which should have less
number of aggregation compared with (1). But the AS shows that case (2)
takes longer time to process. Anyone could explan?

Thanks



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

Default Which one takes longer time to process ? - 07-12-2003 , 06:14 PM






Guess it is the number of records in the dimensions that
decides the processing time.

For example say each of your dimension members(Country,
State, County, City) has 2 elements, the first case will
have two records in each dimension where as the second
case will have 16 combinations in the dimension. Not sure,
though, this could be one of the reason

If you are really worried about your cube process time,
try modifying the Read-Ahead Buffer size and Process
Buffer Size in the Properties tab of your AS.

Quote:
-----Original Message-----
Hi:

here are two cases for processing a cube:

(1) 4 dimensions (Country, State, County, City), each has
only one level.
(2) One dimension with 4 levels (Country->State->County-
City).

By my understanding, the (1) should take longer time to
aggregat the cube
since it will aggregate on all posible combinations of
the 4 dimensions; and
(2) only aggregate in one direction Country to City which
should have less
number of aggregation compared with (1). But the AS shows
that case (2)
takes longer time to process. Anyone could explan?

Thanks


.


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.