Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Viewing all articles
Browse latest Browse all 1341

Analysis Services 2008 R2 - Compressed Backup and CPU Usage

$
0
0
I have a weekly backup job running on my SSAS instance. This uses compression for improved disk performance and reduced storage requirements, but at the expense of CPU. Backup duration is not a major concern for this job, as it runs out of office hours, so I'm looking to reduce the CPU usage and therefore lengthen the duration of the backup job.According to Technet ([url=http://technet.microsoft.com/en-us/library/ms174921(v=sql.105).aspx][/url]) there are a few settings in Analysis Services Properties for processor usage, but most of them related to querying data and processing cubes. For example, the obvious setting would be MaxCPUUsage, but this relates to LazyProcessing, which I suspect doesn't include backup operations.The one general CPU setting is CoordinatorExecutionMode, which reduces the number of parallel operations per processor. This in theory should reduce the load on the CPU for the backup job, but I don't want this to have a knock-on effect on the daily running of the instance.So, my question is firstly, am I barking up the right tree with the CoordinatorExecutionMode setting, and secondly, can anybody foresee issues with changing this setting before the backup job and reverting afterwards?Thanks

Viewing all articles
Browse latest Browse all 1341

Trending Articles