<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How often should I commit?</title>
	<atom:link href="http://prutser.wordpress.com/2009/04/28/how-often-should-i-commit/feed/" rel="self" type="application/rss+xml" />
	<link>http://prutser.wordpress.com/2009/04/28/how-often-should-i-commit/</link>
	<description>By: Harald van Breederode</description>
	<lastBuildDate>Sat, 18 May 2013 15:01:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Smurf</title>
		<link>http://prutser.wordpress.com/2009/04/28/how-often-should-i-commit/#comment-142</link>
		<dc:creator><![CDATA[Smurf]]></dc:creator>
		<pubDate>Sun, 03 May 2009 09:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://prutser.wordpress.com/?p=345#comment-142</guid>
		<description><![CDATA[Hi Harald,

  Are you going to write about MySQL too, now Oracle is also owner of that wonderful database?

Smurf]]></description>
		<content:encoded><![CDATA[<p>Hi Harald,</p>
<p>  Are you going to write about MySQL too, now Oracle is also owner of that wonderful database?</p>
<p>Smurf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaap van Lelieveld</title>
		<link>http://prutser.wordpress.com/2009/04/28/how-often-should-i-commit/#comment-141</link>
		<dc:creator><![CDATA[Jaap van Lelieveld]]></dc:creator>
		<pubDate>Thu, 30 Apr 2009 19:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://prutser.wordpress.com/?p=345#comment-141</guid>
		<description><![CDATA[I generally agree on your arguments. There is one thing I&#039;d like to add though. Check if the business is aware of what they are asking for. This might help you to find the easiest and cheepest route to a solution. My statement is: a business riquirement should never be translated to a DB &quot;statement&quot; on a 1:1 bases. It is my experience the business is not aware of what they are asking for in terms of DB consequences and performance.
Jaap]]></description>
		<content:encoded><![CDATA[<p>I generally agree on your arguments. There is one thing I&#8217;d like to add though. Check if the business is aware of what they are asking for. This might help you to find the easiest and cheepest route to a solution. My statement is: a business riquirement should never be translated to a DB &#8220;statement&#8221; on a 1:1 bases. It is my experience the business is not aware of what they are asking for in terms of DB consequences and performance.<br />
Jaap</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://prutser.wordpress.com/2009/04/28/how-often-should-i-commit/#comment-140</link>
		<dc:creator><![CDATA[Gary]]></dc:creator>
		<pubDate>Tue, 28 Apr 2009 23:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://prutser.wordpress.com/?p=345#comment-140</guid>
		<description><![CDATA[Some variations on this, especially in the old fahioned batch world.
You may have a file with hundreds or thousands of business transactions. You don&#039;t necessarily need to commit each one individually. In the &#039;old&#039; days, you might batch them up and commit them every few hundred to speed up processing (ie reduce waits on the log writer). In newer versions, you can use COMMIT WRITE BATCH or COMMIT WRITE NOWAIT to have the same effect.]]></description>
		<content:encoded><![CDATA[<p>Some variations on this, especially in the old fahioned batch world.<br />
You may have a file with hundreds or thousands of business transactions. You don&#8217;t necessarily need to commit each one individually. In the &#8216;old&#8217; days, you might batch them up and commit them every few hundred to speed up processing (ie reduce waits on the log writer). In newer versions, you can use COMMIT WRITE BATCH or COMMIT WRITE NOWAIT to have the same effect.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
