<?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: Experiment: MySQL tmpdir on tmpfs</title>
	<atom:link href="http://openquery.com/blog/experiment-mysql-tmpdir-on-tmpfs/feed" rel="self" type="application/rss+xml" />
	<link>http://openquery.com/blog/experiment-mysql-tmpdir-on-tmpfs</link>
	<description>About MySQL, Drizzle, MariaDB and more!</description>
	<lastBuildDate>Wed, 13 Jan 2010 12:40:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: krteQ</title>
		<link>http://openquery.com/blog/experiment-mysql-tmpdir-on-tmpfs/comment-page-1#comment-1501</link>
		<dc:creator>krteQ</dc:creator>
		<pubDate>Mon, 15 Jun 2009 13:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://openquery.com/blog/?p=767#comment-1501</guid>
		<description>We have used this solution for a while on 5.0.67, but we came across many errors caused by missing temporary innodb tables after a crash. I think there were some bugs in the server code, but are resolved at now.

Just be aware of 5.0.45, it doesn&#039;t respect the tmp_dir option :)</description>
		<content:encoded><![CDATA[<p>We have used this solution for a while on 5.0.67, but we came across many errors caused by missing temporary innodb tables after a crash. I think there were some bugs in the server code, but are resolved at now.</p>
<p>Just be aware of 5.0.45, it doesn&#8217;t respect the tmp_dir option <img src='http://openquery.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel van Eeden</title>
		<link>http://openquery.com/blog/experiment-mysql-tmpdir-on-tmpfs/comment-page-1#comment-1499</link>
		<dc:creator>Daniel van Eeden</dc:creator>
		<pubDate>Mon, 15 Jun 2009 12:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://openquery.com/blog/?p=767#comment-1499</guid>
		<description>This is like the default /tmp settings on solaris. On most Solaris systems /tmp is using a memory backend. That&#039;s why there is also a /var/tmp (which is reboot safe)</description>
		<content:encoded><![CDATA[<p>This is like the default /tmp settings on solaris. On most Solaris systems /tmp is using a memory backend. That&#8217;s why there is also a /var/tmp (which is reboot safe)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arjen</title>
		<link>http://openquery.com/blog/experiment-mysql-tmpdir-on-tmpfs/comment-page-1#comment-1496</link>
		<dc:creator>arjen</dc:creator>
		<pubDate>Sat, 13 Jun 2009 23:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://openquery.com/blog/?p=767#comment-1496</guid>
		<description>@wultsch ALTER shouldn&#039;t use tmpdir, it&#039;ll create a new table under a temporary name in the target engine; otherwise you&#039;d potentially get into rename-across-filesystem-boundries issues.</description>
		<content:encoded><![CDATA[<p>@wultsch ALTER shouldn&#8217;t use tmpdir, it&#8217;ll create a new table under a temporary name in the target engine; otherwise you&#8217;d potentially get into rename-across-filesystem-boundries issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Wultsch</title>
		<link>http://openquery.com/blog/experiment-mysql-tmpdir-on-tmpfs/comment-page-1#comment-1494</link>
		<dc:creator>Robert Wultsch</dc:creator>
		<pubDate>Sat, 13 Jun 2009 23:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://openquery.com/blog/?p=767#comment-1494</guid>
		<description>Be sure to make it large enough so that you don&#039;t run out of space doing an alter. MiniWheatFS is a very interesting project.</description>
		<content:encoded><![CDATA[<p>Be sure to make it large enough so that you don&#8217;t run out of space doing an alter. MiniWheatFS is a very interesting project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arjen</title>
		<link>http://openquery.com/blog/experiment-mysql-tmpdir-on-tmpfs/comment-page-1#comment-1493</link>
		<dc:creator>arjen</dc:creator>
		<pubDate>Sat, 13 Jun 2009 23:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://openquery.com/blog/?p=767#comment-1493</guid>
		<description>@Henrik haha yea ((I think it was Yves not Matt), much simpler.</description>
		<content:encoded><![CDATA[<p>@Henrik haha yea ((I think it was Yves not Matt), much simpler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Ljungstrom</title>
		<link>http://openquery.com/blog/experiment-mysql-tmpdir-on-tmpfs/comment-page-1#comment-1492</link>
		<dc:creator>Erik Ljungstrom</dc:creator>
		<pubDate>Sat, 13 Jun 2009 21:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://openquery.com/blog/?p=767#comment-1492</guid>
		<description>We&#039;ve had this implemented on quite a few production servers as well, it&#039;s performing very well and I&#039;ve yet to spot any problems with it. Thanks to one of the many pesky drupal modules for forcing me to look into this in the first place!</description>
		<content:encoded><![CDATA[<p>We&#8217;ve had this implemented on quite a few production servers as well, it&#8217;s performing very well and I&#8217;ve yet to spot any problems with it. Thanks to one of the many pesky drupal modules for forcing me to look into this in the first place!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Ingo</title>
		<link>http://openquery.com/blog/experiment-mysql-tmpdir-on-tmpfs/comment-page-1#comment-1490</link>
		<dc:creator>Henrik Ingo</dc:creator>
		<pubDate>Sat, 13 Jun 2009 19:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://openquery.com/blog/?p=767#comment-1490</guid>
		<description>Interesting. Seems similar but simpler to what Mat BigDBAHead was playing with some time ago: http://www.bigdbahead.com/?p=204</description>
		<content:encoded><![CDATA[<p>Interesting. Seems similar but simpler to what Mat BigDBAHead was playing with some time ago: <a href="http://www.bigdbahead.com/?p=204" rel="nofollow">http://www.bigdbahead.com/?p=204</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volcane</title>
		<link>http://openquery.com/blog/experiment-mysql-tmpdir-on-tmpfs/comment-page-1#comment-1487</link>
		<dc:creator>Volcane</dc:creator>
		<pubDate>Sat, 13 Jun 2009 13:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://openquery.com/blog/?p=767#comment-1487</guid>
		<description>Have run servers like this for ages, if you have spare RAM and your workload is such that it wont be better used as query caches etc, then this can be a big win.</description>
		<content:encoded><![CDATA[<p>Have run servers like this for ages, if you have spare RAM and your workload is such that it wont be better used as query caches etc, then this can be a big win.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->