<?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: Caching stored procedures</title>
	<atom:link href="http://www.chapter31.com/2006/11/08/caching-stored-procedures/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chapter31.com/2006/11/08/caching-stored-procedures/</link>
	<description>Rich Internet Application development</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:10:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chris Smith</title>
		<link>http://www.chapter31.com/2006/11/08/caching-stored-procedures/comment-page-1/#comment-99038</link>
		<dc:creator>Chris Smith</dc:creator>
		<pubDate>Thu, 23 Apr 2009 15:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/11/08/caching-stored-procedures/#comment-99038</guid>
		<description>Bit of an update, since this is a really cool topic.  Adobe indicates that as of CF8 the cfstoredproc tag supports cachedWithin(), same as cfquery.  http://www.coldfusionjedi.com/index.cfm/2008/4/25/Ask-a-Jedi-Caching-Stored-Procedures</description>
		<content:encoded><![CDATA[<p>Bit of an update, since this is a really cool topic.  Adobe indicates that as of CF8 the cfstoredproc tag supports cachedWithin(), same as cfquery.  <a href="http://www.coldfusionjedi.com/index.cfm/2008/4/25/Ask-a-Jedi-Caching-Stored-Procedures" rel="nofollow">http://www.coldfusionjedi.com/index.cfm/2008/4/25/Ask-a-Jedi-Caching-Stored-Procedures</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sharman</title>
		<link>http://www.chapter31.com/2006/11/08/caching-stored-procedures/comment-page-1/#comment-89337</link>
		<dc:creator>Michael Sharman</dc:creator>
		<pubDate>Thu, 15 Jan 2009 22:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/11/08/caching-stored-procedures/#comment-89337</guid>
		<description>@Michael - qGetUser is the ColdFusion variable name of the query so you can use it in your cfm templates to loop over query results etc.

usp_getUser would be a user defined stored procedure on the database server which ColdFusion is executing using cfquery instead of the normal cfstoredproc tag.</description>
		<content:encoded><![CDATA[<p>@Michael &#8211; qGetUser is the ColdFusion variable name of the query so you can use it in your cfm templates to loop over query results etc.</p>
<p>usp_getUser would be a user defined stored procedure on the database server which ColdFusion is executing using cfquery instead of the normal cfstoredproc tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.chapter31.com/2006/11/08/caching-stored-procedures/comment-page-1/#comment-89265</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 14 Jan 2009 22:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/11/08/caching-stored-procedures/#comment-89265</guid>
		<description>Hi, does anyone can explain qGetUser and usp_getUser in the cfquery tag, what they are stand for, thx in advance.</description>
		<content:encoded><![CDATA[<p>Hi, does anyone can explain qGetUser and usp_getUser in the cfquery tag, what they are stand for, thx in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sharman</title>
		<link>http://www.chapter31.com/2006/11/08/caching-stored-procedures/comment-page-1/#comment-33002</link>
		<dc:creator>Michael Sharman</dc:creator>
		<pubDate>Wed, 09 Jan 2008 21:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/11/08/caching-stored-procedures/#comment-33002</guid>
		<description>Excellent news Nate! Glad it helped. I think too many people underestimate the power of caching...all kinds of caching.</description>
		<content:encoded><![CDATA[<p>Excellent news Nate! Glad it helped. I think too many people underestimate the power of caching&#8230;all kinds of caching.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.chapter31.com/2006/11/08/caching-stored-procedures/comment-page-1/#comment-32986</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Wed, 09 Jan 2008 18:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/11/08/caching-stored-procedures/#comment-32986</guid>
		<description>I tried this technique for caching stored procedures.  It just about halved the time of pages on our web site.  Thanks for this!  There was one big SP that was slowing the whole boat down.  Caching it was key!</description>
		<content:encoded><![CDATA[<p>I tried this technique for caching stored procedures.  It just about halved the time of pages on our web site.  Thanks for this!  There was one big SP that was slowing the whole boat down.  Caching it was key!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chapter31 &#187; cfstoredproc vs cfquery</title>
		<link>http://www.chapter31.com/2006/11/08/caching-stored-procedures/comment-page-1/#comment-1836</link>
		<dc:creator>chapter31 &#187; cfstoredproc vs cfquery</dc:creator>
		<pubDate>Sun, 04 Feb 2007 06:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/11/08/caching-stored-procedures/#comment-1836</guid>
		<description>[...] You can have ColdFusion cache the query - which it doesn&#8217;t do with stored procedures. Update Nov 2006: you can actually cache stored procedures! See here for more info [...]</description>
		<content:encoded><![CDATA[<p>[...] You can have ColdFusion cache the query &#8211; which it doesn&#8217;t do with stored procedures. Update Nov 2006: you can actually cache stored procedures! See here for more info [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: chapter31.nfshost.com @ 2012-02-09 07:47:25 -->
