dbTalk Databases Forums  

CPUs pegged during aggregation creation

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


Discuss CPUs pegged during aggregation creation in the microsoft.public.sqlserver.olap forum.



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

Default CPUs pegged during aggregation creation - 08-27-2003 , 09:44 AM







I've got a relatively complex cube (26 dimensions, 33M rows). When I
process the cube, the CPUs get hammered when it comes to aggregation
calculation. The box is an 8-way with 700MHz CPUs and they all are at
90-100% throughout the time aggregations are being calculated.



Also, the Storage Design Wizard takes forever and doesn't come up with
much in terms of performance gain. It's running right now and has come
up with 1355 aggregations (36.3MB, 6% Performance) so far.



I imagine this has to do with aggregation and/or cube desing but I'm not
sure where to look next.



Any thoughts would be appreciated.



Randy Knight

Senior Database Engineer

match.com


--
Randy Knight
Senior Database Engineer
Match.com


Posted via http://dbforums.com

Reply With Quote
  #2  
Old   
Dave Shroyer
 
Posts: n/a

Default CPUs pegged during aggregation creation - 08-27-2003 , 12:16 PM






I'm thinking that 26 dimensions is causing to many
possible intersections. Are any of these dimensions
virtual? If not, converting some to virtual should help
processing the aggregations since virtual dimensions are
not pre-aggregated.

Also, I would seriously look at breaking the cube into
smaller functional cubes with fewer dimensions. Are there
really queries where a user will be using all 26
dimensions at once? Breaking them down into smaller cubes
will not only help processing performance, but also query
response.



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

I've got a relatively complex cube (26 dimensions, 33M
rows). When I
process the cube, the CPUs get hammered when it comes to
aggregation
calculation. The box is an 8-way with 700MHz CPUs and
they all are at
90-100% throughout the time aggregations are being
calculated.



Also, the Storage Design Wizard takes forever and doesn't
come up with
much in terms of performance gain. It's running right
now and has come
up with 1355 aggregations (36.3MB, 6% Performance) so far.



I imagine this has to do with aggregation and/or cube
desing but I'm not
sure where to look next.



Any thoughts would be appreciated.



Randy Knight

Senior Database Engineer

match.com


--
Randy Knight
Senior Database Engineer
Match.com


Posted via http://dbforums.com
.


Reply With Quote
  #3  
Old   
Lutz Morrien
 
Posts: n/a

Default CPUs pegged during aggregation creation - 08-28-2003 , 05:45 AM



Using dimension hierarchies where possible will also
help, since AS does not create aggregates between
hierarchies.(I think)
(ie. customer.byregion, customer.byincome, etc.)

HTH Lutz

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.