 




<?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: SQL performance vs. Internal pgogram database access</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/sql-performance-vs-internal-pgogram-database-access/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-performance-vs-internal-pgogram-database-access/</link>
	<description></description>
	<lastBuildDate>Mon, 27 May 2013 00:55:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-performance-vs-internal-pgogram-database-access/#comment-69825</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Mon, 02 Nov 2009 03:01:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-69825</guid>
		<description><![CDATA[Maybe one will be faster; maybe the other. Without any clue about what the program is doing, there&#039;s no way to know. If it&#039;s doing work that&#039;s suited for SQL, then the SQL will probably be faster and more efficient. If it&#039;s interactive random updates, native is probably faster.

Tom]]></description>
		<content:encoded><![CDATA[<p>Maybe one will be faster; maybe the other. Without any clue about what the program is doing, there&#8217;s no way to know. If it&#8217;s doing work that&#8217;s suited for SQL, then the SQL will probably be faster and more efficient. If it&#8217;s interactive random updates, native is probably faster.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thequigs</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-performance-vs-internal-pgogram-database-access/#comment-39567</link>
		<dc:creator>thequigs</dc:creator>
		<pubDate>Wed, 14 Sep 2005 16:11:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-39567</guid>
		<description><![CDATA[I think the real answer is, &quot;That depends.&quot;  You cannot really control the index SQL will use.  That can be an advantage or a disadvantage.  If you know for certain the most efficient index to use in every case, you can code the program with internal file access and probably be faster.  However, IBM spends a lot of effort developing the query optimizer which will review all the indexes it finds &quot;of interest&quot; to the query being processed.

For more information on query optimization you can take a look at the following article (1st in a series) from the eServer iSeries Extra magazine:

http://www.eservercomputing.com/ME2/Audiences/dirmod.asp?sid=BCF4DE820EA64A858FB46EECB7C00BB4&amp;nm=&amp;type=Publishing&amp;mod=Publications%3A%3AArticle&amp;mid=8F3A7027421841978F18BE895F87F791&amp;AudID=1E8FEE745A284521B6CFB3FD70B49099&amp;tier=4&amp;id=FF99621CEC0743D0963727A7EB546E60]]></description>
		<content:encoded><![CDATA[<p>I think the real answer is, &#8220;That depends.&#8221;  You cannot really control the index SQL will use.  That can be an advantage or a disadvantage.  If you know for certain the most efficient index to use in every case, you can code the program with internal file access and probably be faster.  However, IBM spends a lot of effort developing the query optimizer which will review all the indexes it finds &#8220;of interest&#8221; to the query being processed.</p>
<p>For more information on query optimization you can take a look at the following article (1st in a series) from the eServer iSeries Extra magazine:</p>
<p><a href="http://www.eservercomputing.com/ME2/Audiences/dirmod.asp?sid=BCF4DE820EA64A858FB46EECB7C00BB4&#038;nm=&#038;type=Publishing&#038;mod=Publications%3A%3AArticle&#038;mid=8F3A7027421841978F18BE895F87F791&#038;AudID=1E8FEE745A284521B6CFB3FD70B49099&#038;tier=4&#038;id=FF99621CEC0743D0963727A7EB546E60" rel="nofollow">http://www.eservercomputing.com/ME2/Audiences/dirmod.asp?sid=BCF4DE820EA64A858FB46EECB7C00BB4&#038;nm=&#038;type=Publishing&#038;mod=Publications%3A%3AArticle&#038;mid=8F3A7027421841978F18BE895F87F791&#038;AudID=1E8FEE745A284521B6CFB3FD70B49099&#038;tier=4&#038;id=FF99621CEC0743D0963727A7EB546E60</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.014 seconds using memcached
Object Caching 282/285 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-27 02:54:48 -->