dbTalk Databases Forums  

Finding solution for processing a cube

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


Discuss Finding solution for processing a cube in the microsoft.public.sqlserver.olap forum.



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

Default Finding solution for processing a cube - 04-19-2004 , 03:34 AM






Hi all,

I wondering what should be the best solution for my situation. The
condition is I have to full-process a customer dimension. As a result
of full process the dimension, I have to full process a sales cube,
(haven't I?). The sales cube consists of 60 patition (60 months) and
will take about 15- 20 hours to do the full process. If I want to
reduce the processing time, what should I do?

Thanks in advance,

Anote

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

Default Re: Finding solution for processing a cube - 04-19-2004 , 08:48 AM






Assuming that the dimension is non-changing -- then you are right, a full
process of the dimension will force a full process of all cubes that use
that dimension.

If you are on a low-end single or dual CPU system, then use DTS and SQL
Agent to automate your processing. A simple DTS package with two OLAP
Processing task steps would do it -- one for the dimension and one for the
cube. If you process the cube, then each of the partitions are processed
sequentially.

If running on a 4X or larger multiprocessor server, look at the Parallel
Processing Utility.
http://www.microsoft.com/downloads/d...DisplayLang=en
You can set a workload to process the dimension and then it will process
each partition in parallel. It can be launched from a command line and
scheduled via SQL Agent.
--
Dave Wickert [MS]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Practices Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"Anote Sangkunakupt" <anote_un (AT) hotmail (DOT) com> wrote

Quote:
Hi all,

I wondering what should be the best solution for my situation. The
condition is I have to full-process a customer dimension. As a result
of full process the dimension, I have to full process a sales cube,
(haven't I?). The sales cube consists of 60 patition (60 months) and
will take about 15- 20 hours to do the full process. If I want to
reduce the processing time, what should I do?

Thanks in advance,

Anote



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.