<?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"
	>
<channel>
	<title>Comments on: How to use a RAM / memory disk for MySQL in Rails</title>
	<atom:link href="http://blog.johnjosephbachir.org/2007/09/29/how-to-use-a-ram-memory-disk-for-mysql-in-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johnjosephbachir.org/2007/09/29/how-to-use-a-ram-memory-disk-for-mysql-in-rails/</link>
	<description>John Joseph Bachir's blog</description>
	<pubDate>Sat, 30 Aug 2008 01:24:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: John</title>
		<link>http://blog.johnjosephbachir.org/2007/09/29/how-to-use-a-ram-memory-disk-for-mysql-in-rails/#comment-203085</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 30 Sep 2007 02:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjosephbachir.org/2007/09/29/how-to-use-a-ram-memory-disk-for-mysql-in-rails/#comment-203085</guid>
		<description>Yep, I considered that too. There's even a rails plugin to use sqlite3 memory tables. But i'd rather run my tests closer to the environment in which my application will be running, with transactions, etc. In fact, some of my tests test race conditions, so transactions are required.</description>
		<content:encoded><![CDATA[<p>Yep, I considered that too. There&#8217;s even a rails plugin to use sqlite3 memory tables. But i&#8217;d rather run my tests closer to the environment in which my application will be running, with transactions, etc. In fact, some of my tests test race conditions, so transactions are required.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.johnjosephbachir.org/2007/09/29/how-to-use-a-ram-memory-disk-for-mysql-in-rails/#comment-203081</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 30 Sep 2007 02:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjosephbachir.org/2007/09/29/how-to-use-a-ram-memory-disk-for-mysql-in-rails/#comment-203081</guid>
		<description>Another useful trick is the MEMORY engine:
http://dev.mysql.com/doc/refman/5.0/en/memory-storage-engine.html

(Not that "MEMORY tables cannot contain BLOB or TEXT columns.").  This may make them useless for you.</description>
		<content:encoded><![CDATA[<p>Another useful trick is the MEMORY engine:<br />
<a href="http://dev.mysql.com/doc/refman/5.0/en/memory-storage-engine.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/memory-storage-engine.html</a></p>
<p>(Not that &#8220;MEMORY tables cannot contain BLOB or TEXT columns.&#8221;).  This may make them useless for you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
