<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Why does the same job run slower on an exact clone?</title>
	<atom:link href="/2011/11/15/why-does-the-same-job-run-slower-on-an-exact-clone/feed/" rel="self" type="application/rss+xml" />
	<link>http://dboptimizer.com/2011/11/15/why-does-the-same-job-run-slower-on-an-exact-clone/</link>
	<description>database performance, SQL tuning and data visualizatoin</description>
	<lastBuildDate>Sat, 03 Mar 2018 05:02:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6</generator>
	<item>
		<title>By: Kyle Hailey</title>
		<link>http://dboptimizer.com/2011/11/15/why-does-the-same-job-run-slower-on-an-exact-clone/#comment-12754</link>
		<dc:creator>Kyle Hailey</dc:creator>
		<pubDate>Fri, 18 Jan 2013 18:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://dboptimizer.com/?p=1787#comment-12754</guid>
		<description><![CDATA[@jsm: Carlos&#039; tools are awesome. Good timing on your post because our NoCOUG board is hosting Carlos for a 2 day sql tuning seminar with his tools!
https://nocoug.wildapricot.org/Events?eventId=605183
Feb 19-20, 2013
CarrAmerica Conference Center, Pleasanton, CA
8 Spaces left as of today]]></description>
		<content:encoded><![CDATA[<p>@jsm: Carlos&#8217; tools are awesome. Good timing on your post because our NoCOUG board is hosting Carlos for a 2 day sql tuning seminar with his tools!<br />
<a href="https://nocoug.wildapricot.org/Events?eventId=605183" rel="nofollow">https://nocoug.wildapricot.org/Events?eventId=605183</a><br />
Feb 19-20, 2013<br />
CarrAmerica Conference Center, Pleasanton, CA<br />
8 Spaces left as of today</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsm</title>
		<link>http://dboptimizer.com/2011/11/15/why-does-the-same-job-run-slower-on-an-exact-clone/#comment-12740</link>
		<dc:creator>jsm</dc:creator>
		<pubDate>Fri, 18 Jan 2013 16:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://dboptimizer.com/?p=1787#comment-12740</guid>
		<description><![CDATA[Take a look at Carlos Sierra&#039;s SQLT tool downloadable from support. It has an &quot;extract&quot; method and a &quot;compare&quot; method.   Compare will tell you EXACTLY what is different between the two extracts down to the nitty gritty of the optimizer, the plan, and the details of all the supporting statistics.]]></description>
		<content:encoded><![CDATA[<p>Take a look at Carlos Sierra&#8217;s SQLT tool downloadable from support. It has an &#8220;extract&#8221; method and a &#8220;compare&#8221; method.   Compare will tell you EXACTLY what is different between the two extracts down to the nitty gritty of the optimizer, the plan, and the details of all the supporting statistics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Robbins</title>
		<link>http://dboptimizer.com/2011/11/15/why-does-the-same-job-run-slower-on-an-exact-clone/#comment-11970</link>
		<dc:creator>Tom Robbins</dc:creator>
		<pubDate>Tue, 08 Jan 2013 02:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://dboptimizer.com/?p=1787#comment-11970</guid>
		<description><![CDATA[&lt;a href=&quot;#comment-10978&quot; rel=&quot;nofollow&quot;&gt;@Kyle Hailey&lt;/a&gt; 
Thanks.  for some reason, I had not looked at the dbwr parallel settings in the pfile/spfile....]]></description>
		<content:encoded><![CDATA[<p><a href="#comment-10978" rel="nofollow">@Kyle Hailey</a><br />
Thanks.  for some reason, I had not looked at the dbwr parallel settings in the pfile/spfile&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Hailey</title>
		<link>http://dboptimizer.com/2011/11/15/why-does-the-same-job-run-slower-on-an-exact-clone/#comment-10978</link>
		<dc:creator>Kyle Hailey</dc:creator>
		<pubDate>Wed, 19 Dec 2012 18:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://dboptimizer.com/?p=1787#comment-10978</guid>
		<description><![CDATA[@Tom Robbins: There is nothing inherent in a virtual database that would make parallel go to single threaded. Have you compared the init.ora/spfile parameters from the two databases?  By default, Delphix will keep most of the init.ora parameters the same as the source but there are a few that can be removed or changed for various reasons. Also if you have created an init.ora template for your virtual databases then of course that could explain differences between the source database and virtual database.
The first things to look at
1. init.ora/spfile on source and virtual
2. table parallel settings on source and virtual
3. of course compare the insert code itself on source and virtual
Feel free to email me at kyle.hailey@delphix.com]]></description>
		<content:encoded><![CDATA[<p>@Tom Robbins: There is nothing inherent in a virtual database that would make parallel go to single threaded. Have you compared the init.ora/spfile parameters from the two databases?  By default, Delphix will keep most of the init.ora parameters the same as the source but there are a few that can be removed or changed for various reasons. Also if you have created an init.ora template for your virtual databases then of course that could explain differences between the source database and virtual database.<br />
The first things to look at<br />
1. init.ora/spfile on source and virtual<br />
2. table parallel settings on source and virtual<br />
3. of course compare the insert code itself on source and virtual<br />
Feel free to email me at <a href="mailto:kyle.hailey@delphix.com">kyle.hailey@delphix.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Robbins</title>
		<link>http://dboptimizer.com/2011/11/15/why-does-the-same-job-run-slower-on-an-exact-clone/#comment-10967</link>
		<dc:creator>Tom Robbins</dc:creator>
		<pubDate>Wed, 19 Dec 2012 15:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://dboptimizer.com/?p=1787#comment-10967</guid>
		<description><![CDATA[Kyle,
We are using Delphix and it is great for creating a fresh test environment as a clone of production.

One thing we are struggling with, though, is a large INSERT statement of a 5GB table:
even though we have PARALLEL degree set to the default for the database, and we have enabled parallel DML, the INSERT still runs single-threaded, and therefore takes a LONG time (72 minutes).

Is there something in Delphix that causes this single-threadedness?

Thanks,
Tom]]></description>
		<content:encoded><![CDATA[<p>Kyle,<br />
We are using Delphix and it is great for creating a fresh test environment as a clone of production.</p>
<p>One thing we are struggling with, though, is a large INSERT statement of a 5GB table:<br />
even though we have PARALLEL degree set to the default for the database, and we have enabled parallel DML, the INSERT still runs single-threaded, and therefore takes a LONG time (72 minutes).</p>
<p>Is there something in Delphix that causes this single-threadedness?</p>
<p>Thanks,<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Hailey</title>
		<link>http://dboptimizer.com/2011/11/15/why-does-the-same-job-run-slower-on-an-exact-clone/#comment-858</link>
		<dc:creator>Kyle Hailey</dc:creator>
		<pubDate>Wed, 16 Nov 2011 01:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://dboptimizer.com/?p=1787#comment-858</guid>
		<description><![CDATA[The database was cloned using &lt;a href=http://www.delphix.com/ rel=&quot;nofollow&quot;&gt;Delphix&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>The database was cloned using <a href=http://www.delphix.com/ rel="nofollow">Delphix</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishal Desai</title>
		<link>http://dboptimizer.com/2011/11/15/why-does-the-same-job-run-slower-on-an-exact-clone/#comment-857</link>
		<dc:creator>Vishal Desai</dc:creator>
		<pubDate>Tue, 15 Nov 2011 19:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://dboptimizer.com/?p=1787#comment-857</guid>
		<description><![CDATA[Hi Kyle,

What method was used to clone production database ?

Thanks,
Vishal]]></description>
		<content:encoded><![CDATA[<p>Hi Kyle,</p>
<p>What method was used to clone production database ?</p>
<p>Thanks,<br />
Vishal</p>
]]></content:encoded>
	</item>
</channel>
</rss>
