dbTalk Databases Forums  

If processing failed do Restore ...how to

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


Discuss If processing failed do Restore ...how to in the microsoft.public.sqlserver.olap forum.



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

Default If processing failed do Restore ...how to - 08-16-2006 , 09:48 AM






Hi,
I wish to achieve such a result:

Backup OLAP -> Start Processing -> IF Processing Failed Restore Backup
I need something like this becouse processing in transaction takes too
long.

regards
Peter


Reply With Quote
  #2  
Old   
Jéjé
 
Posts: n/a

Default Re: If processing failed do Restore ...how to - 08-18-2006 , 12:08 PM






not possible.
and the transactions doesn't provide a so huge overhead. (in fact, the
system process into a temporary folder and when its done, the system delete
the old one and rename the temporary to the final name)
so if you have the ability to process the cube without transaction, the time
required will be near the same!

if you want to give access to your users more quickly, try to change your
options to use the lazy aggregation option.
but this cause the cube to become slow until the aggregations are calculated
(its a background process)
so AS load the fact table, build the initial indexes, save everything and
release the transaction; at this point there is no aggregation calculated,
so the cube is very slow. then AS starts a background process to evaluate
the aggregations. (the time required to do this aggregation is longer
because AS will not use all the CPU and priorize the end user access instead
of the aggregation calculation)

another option is to create partitions.
process only the "current month" partition, commit the transaction, the cube
is accessible but only with the current month data, then process the other
partitions and when these partitions are committed, then the user see the
data.

also, try to use better disks to improve your throughput.


"Piotr" <hokah (AT) wp (DOT) pl> wrote

Quote:
Hi,
I wish to achieve such a result:

Backup OLAP -> Start Processing -> IF Processing Failed Restore Backup
I need something like this becouse processing in transaction takes too
long.

regards
Peter




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.