<?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: On Transfer and performance</title>
	<atom:link href="http://www.ghidinelli.com/2008/06/14/on-transfer-and-performance/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ghidinelli.com/2008/06/14/on-transfer-and-performance</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jun 2017 18:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brian</title>
		<link>http://www.ghidinelli.com/2008/06/14/on-transfer-and-performance/comment-page-1#comment-48552</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Mon, 16 Jun 2008 03:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2008/06/14/on-transfer-and-performance/#comment-48552</guid>
		<description>@Mark - I wasn&#039;t aware you could override caching on a per-object basis; I will take a look at that.  Thanks!

It&#039;s worth noting that we&#039;re not just talking about thousands of operations at a crack - with a reasonable timeout of 60 seconds, this fairly simple mail blast would have failed with as few as 120 emails.  Going back to straight SQL has resolved my issues and I&#039;m back to 2400 messages/minute.

It is taking some trial and error to find when to use the hammer and when to leave it alone. :)</description>
		<content:encoded><![CDATA[<p>@Mark &#8211; I wasn&#8217;t aware you could override caching on a per-object basis; I will take a look at that.  Thanks!</p>
<p>It&#8217;s worth noting that we&#8217;re not just talking about thousands of operations at a crack &#8211; with a reasonable timeout of 60 seconds, this fairly simple mail blast would have failed with as few as 120 emails.  Going back to straight SQL has resolved my issues and I&#8217;m back to 2400 messages/minute.</p>
<p>It is taking some trial and error to find when to use the hammer and when to leave it alone. <img src='http://www.ghidinelli.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Kotek</title>
		<link>http://www.ghidinelli.com/2008/06/14/on-transfer-and-performance/comment-page-1#comment-48548</link>
		<dc:creator>Brian Kotek</dc:creator>
		<pubDate>Mon, 16 Jun 2008 02:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2008/06/14/on-transfer-and-performance/#comment-48548</guid>
		<description>Very true, Transfer is absolutely not meant for large bulk SQL operations. So for large numbers of queries, inserts, etc., you are much better served to do this in straight SQL.</description>
		<content:encoded><![CDATA[<p>Very true, Transfer is absolutely not meant for large bulk SQL operations. So for large numbers of queries, inserts, etc., you are much better served to do this in straight SQL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Mandel</title>
		<link>http://www.ghidinelli.com/2008/06/14/on-transfer-and-performance/comment-page-1#comment-48547</link>
		<dc:creator>Mark Mandel</dc:creator>
		<pubDate>Mon, 16 Jun 2008 02:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2008/06/14/on-transfer-and-performance/#comment-48547</guid>
		<description>Brian,

Yup, I would agree - using Transfer to do large batch operations where you insert thousands of rows into your DB in one big go, is defintely a case of trying to stick a square peg in a round hole.

I would also advocate the usage of straight SQL, or just turn off the caching for that object entirely, and see if either of those options meets your needs.</description>
		<content:encoded><![CDATA[<p>Brian,</p>
<p>Yup, I would agree &#8211; using Transfer to do large batch operations where you insert thousands of rows into your DB in one big go, is defintely a case of trying to stick a square peg in a round hole.</p>
<p>I would also advocate the usage of straight SQL, or just turn off the caching for that object entirely, and see if either of those options meets your needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Carter</title>
		<link>http://www.ghidinelli.com/2008/06/14/on-transfer-and-performance/comment-page-1#comment-48527</link>
		<dc:creator>Justin Carter</dc:creator>
		<pubDate>Sun, 15 Jun 2008 08:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2008/06/14/on-transfer-and-performance/#comment-48527</guid>
		<description>I mostly just want to subscribe to the comments to see what kind of advice people can offer, but I&#039;d be interested to hear how you end up resolving this too :)</description>
		<content:encoded><![CDATA[<p>I mostly just want to subscribe to the comments to see what kind of advice people can offer, but I&#8217;d be interested to hear how you end up resolving this too <img src='http://www.ghidinelli.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
