<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Clay Lenhart's Blog &#187; cube processing</title>
	<atom:link href="http://clay.lenharts.net/blog/tag/cube-processing/feed/" rel="self" type="application/rss+xml" />
	<link>http://clay.lenharts.net/blog</link>
	<description>A blog on .Net and SQL Server</description>
	<lastBuildDate>Tue, 31 Oct 2017 10:34:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.2</generator>
	<item>
		<title>How SSAS Cube Processing Affects Running Queries</title>
		<link>http://clay.lenharts.net/blog/2009/05/29/how-ssas-cube-processing-affects-running-queries/</link>
		<comments>http://clay.lenharts.net/blog/2009/05/29/how-ssas-cube-processing-affects-running-queries/#comments</comments>
		<pubDate>Fri, 29 May 2009 19:26:55 +0000</pubDate>
		<dc:creator><![CDATA[Clay Lenhart]]></dc:creator>
				<category><![CDATA[SSAS]]></category>
		<category><![CDATA[cube processing]]></category>

		<guid isPermaLink="false">http://clay.lenharts.net/blog/?p=119</guid>
		<description><![CDATA[SSAS cube processing can kill running queries.  That's right, it may kill queries in order to commit changes to the cube.  

Here is what happens during SSAS cube processing. <a href="http://clay.lenharts.net/blog/2009/05/29/how-ssas-cube-processing-affects-running-queries/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>SSAS cube processing can kill running queries.  That&#8217;s right, it may kill queries in order to commit changes to the cube.  </p>
<p>Here is what happens during SSAS cube processing.<span id="more-119"></span></p>
<ol>
<li>The cube finishes calculating the next version of the cube</li>
<li>Before the data can be made available, SSAS prevents new queries from running</li>
<li>Any currently running queries are allowed to finished normally for 30 seconds</li>
<li>After 30 seconds, SSAS kills any running queries</li>
<li>SSAS commits the new version and allows new queries to hit the updated data</li>
</ol>
<p>The 30 second time out is a configuration setting that you can read about <a href="http://geekswithblogs.net/darrengosbell/archive/2007/04/24/SSAS-Processing-ForceCommitTimeout-and-quotthe-operation-has-been-cancelledquot.aspx">here</a>.</p>
<p>So, that&#8217;s right, SSAS may kill long running queries.</p>
]]></content:encoded>
			<wfw:commentRss>http://clay.lenharts.net/blog/2009/05/29/how-ssas-cube-processing-affects-running-queries/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
