<?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 for DBMSguy.com</title>
	<atom:link href="http://dbmsguy.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dbmsguy.com/blog</link>
	<description>Practical advice for the practical DBA</description>
	<lastBuildDate>Sun, 08 Jan 2012 04:00:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on A few interesting sql tutorial sites I have found by tellen</title>
		<link>http://dbmsguy.com/blog/2009/05/a-few-interesting-sites-i-found/#comment-635</link>
		<dc:creator>tellen</dc:creator>
		<pubDate>Sun, 08 Jan 2012 04:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://dbmsguy.com/blog/?p=70#comment-635</guid>
		<description>Another good SQL tutorial is at http://www.1keydata.com/sql/sql.html</description>
		<content:encoded><![CDATA[<p>Another good SQL tutorial is at <a href="http://www.1keydata.com/sql/sql.html" rel="nofollow">http://www.1keydata.com/sql/sql.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DB2 LUW V9.7 CUR_COMMIT database configuration option &#8211; buyer beware by Henrik Loeser</title>
		<link>http://dbmsguy.com/blog/2011/01/cur_commit_db_option/#comment-533</link>
		<dc:creator>Henrik Loeser</dc:creator>
		<pubDate>Thu, 20 Jan 2011 10:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://dbmsguy.com/blog/?p=309#comment-533</guid>
		<description>Were there many number of log read IOs or just log pages read (logical, still in buffer)? Increasing the LOGBUFSZ is the recommended best practice when using currently committed because the log buffer is utilized to resolve conflicts. From my perspective it is efficient, but the question is regarding the application and the database design: What is the structure of your transactions? How much data needs to be logged (grouping of columns)? How do you lock/access data, in which order?

I consider the new mode cur_commit one of many ways to deal with deadlocks. But it is only for the symptoms, not the real cause behind deadlocks.

Henrik</description>
		<content:encoded><![CDATA[<p>Were there many number of log read IOs or just log pages read (logical, still in buffer)? Increasing the LOGBUFSZ is the recommended best practice when using currently committed because the log buffer is utilized to resolve conflicts. From my perspective it is efficient, but the question is regarding the application and the database design: What is the structure of your transactions? How much data needs to be logged (grouping of columns)? How do you lock/access data, in which order?</p>
<p>I consider the new mode cur_commit one of many ways to deal with deadlocks. But it is only for the symptoms, not the real cause behind deadlocks.</p>
<p>Henrik</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on db2 batch scripts &#8211; tips and tricks &#8211; part 2 by Stefan M. Mihokovic</title>
		<link>http://dbmsguy.com/blog/2010/08/db2-batch-scripts-tips-and-tricks-part-2/#comment-262</link>
		<dc:creator>Stefan M. Mihokovic</dc:creator>
		<pubDate>Sun, 05 Sep 2010 08:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://dbmsguy.com/blog/?p=155#comment-262</guid>
		<description>Or we do it in such a way:

SELECT COUNT( * ) FROM OLD TABLE( DELETE FROM test);

Regards Stefan</description>
		<content:encoded><![CDATA[<p>Or we do it in such a way:</p>
<p>SELECT COUNT( * ) FROM OLD TABLE( DELETE FROM test);</p>
<p>Regards Stefan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

