dbTalk Databases Forums  

Partition Strategy

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


Discuss Partition Strategy in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ricocali@hotmail.com
 
Posts: n/a

Default Partition Strategy - 04-28-2005 , 10:05 AM






I have a time base partition with Year2004 and Year2005. When
processing Year2005 the processing time is getting longer to aggregate.
To have it process faster should i break the partition into quarters?
For example: 2005qtr1 2005qtr2? Or will this still take the same
amount of time aggregate since it still hast to aggregate the entire
year for 2005?


Reply With Quote
  #2  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: Partition Strategy - 04-28-2005 , 06:33 PM






The more partitions you create, the shorter the processing time is for each
individual partition. But the more time to manage the larger number of
objects. It is not uncommon for large systems to partition at the weekly or
monthly level.

Once you have lots of partitions, you might want to look at something like
this utility to process them in parallel.
http://www.microsoft.com/downloads/d...DisplayLang=en
BTW: with SQL Server 2005, processing of objects in parallel is done by
default and the utility won't be needed.

Hope that helps.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

<ricocali (AT) hotmail (DOT) com> wrote

Quote:
I have a time base partition with Year2004 and Year2005. When
processing Year2005 the processing time is getting longer to aggregate.
To have it process faster should i break the partition into quarters?
For example: 2005qtr1 2005qtr2? Or will this still take the same
amount of time aggregate since it still hast to aggregate the entire
year for 2005?




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.