<?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: Quick wins with MySQL</title>
	<atom:link href="http://joyeur.com/2007/09/25/quick-wins-with-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://joyeur.com/2007/09/25/quick-wins-with-mysql/</link>
	<description>Joyent&#039;s Weblog</description>
	<lastBuildDate>Sat, 11 Feb 2012 02:02:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: bboing</title>
		<link>http://joyeur.com/2007/09/25/quick-wins-with-mysql/#comment-2549</link>
		<dc:creator><![CDATA[bboing]]></dc:creator>
		<pubDate>Wed, 26 Sep 2007 07:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://joycomad.joyent.us/blog/uncategorized/quick-wins-with-mysql/#comment-2549</guid>
		<description><![CDATA[Another good tip is to remember to use memcached or some disk cache on common queries]]></description>
		<content:encoded><![CDATA[<p>Another good tip is to remember to use memcached or some disk cache on common queries</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://joyeur.com/2007/09/25/quick-wins-with-mysql/#comment-2548</link>
		<dc:creator><![CDATA[Joe]]></dc:creator>
		<pubDate>Tue, 25 Sep 2007 23:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://joycomad.joyent.us/blog/uncategorized/quick-wins-with-mysql/#comment-2548</guid>
		<description><![CDATA[No postgresql love?  :(]]></description>
		<content:encoded><![CDATA[<p>No postgresql love?  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli Dickinson</title>
		<link>http://joyeur.com/2007/09/25/quick-wins-with-mysql/#comment-2547</link>
		<dc:creator><![CDATA[Eli Dickinson]]></dc:creator>
		<pubDate>Tue, 25 Sep 2007 20:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://joycomad.joyent.us/blog/uncategorized/quick-wins-with-mysql/#comment-2547</guid>
		<description><![CDATA[Good advice! Thanks, Derek.

	Another major (and oft overlooked) source of &lt;strong&gt;Created_tmp_disk_tables&lt;/strong&gt; problems is queries for BLOB or TEXT fields.

	If you have a complex query that requires a temporary table and you&#8217;re selecting a BLOB field, MySQL &lt;strong&gt;always&lt;/strong&gt; creates the temp table on disk. Even if it&#8217;s small. Regardless of other settings.

	(This was killing a high-volume Drupal set up until I tracked down the cause.)]]></description>
		<content:encoded><![CDATA[<p>Good advice! Thanks, Derek.</p>
<p>	Another major (and oft overlooked) source of <strong>Created_tmp_disk_tables</strong> problems is queries for BLOB or TEXT fields.</p>
<p>	If you have a complex query that requires a temporary table and you&#8217;re selecting a BLOB field, MySQL <strong>always</strong> creates the temp table on disk. Even if it&#8217;s small. Regardless of other settings.</p>
<p>	(This was killing a high-volume Drupal set up until I tracked down the cause.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

