<?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: Drupal Databases: The Next Generation</title>
	<atom:link href="http://robinmonks.com/2008/08/24/drupal-databases-the-next-generation/feed/" rel="self" type="application/rss+xml" />
	<link>http://robinmonks.com/2008/08/24/drupal-databases-the-next-generation/</link>
	<description>Only the interesting stuff.</description>
	<lastBuildDate>Fri, 19 Mar 2010 18:00:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Drupal Published Date equals Effective Date fix &#124; Elastic Life</title>
		<link>http://robinmonks.com/2008/08/24/drupal-databases-the-next-generation/comment-page-1/#comment-1618</link>
		<dc:creator>Drupal Published Date equals Effective Date fix &#124; Elastic Life</dc:creator>
		<pubDate>Mon, 29 Dec 2008 00:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://robinmonks.com/?p=97#comment-1618</guid>
		<description>[...] Drupal Databases: The Next Generation [...]</description>
		<content:encoded><![CDATA[<p>[...] Drupal Databases: The Next Generation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kscheirer</title>
		<link>http://robinmonks.com/2008/08/24/drupal-databases-the-next-generation/comment-page-1/#comment-1375</link>
		<dc:creator>kscheirer</dc:creator>
		<pubDate>Wed, 27 Aug 2008 21:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://robinmonks.com/?p=97#comment-1375</guid>
		<description>I think the reason people are excited about sql lite is that its entirely file-based, theres no server or process that needs to be running. So on a shared host, you just need to be able to write a file or two, and you can have you DB backend.

generally sqlite is less powerful than mysql, but it can run really well in low-processing-power environments. That speed test is for fairly old versions of mysql and sqlite, I wonder what the current numbers are?</description>
		<content:encoded><![CDATA[<p>I think the reason people are excited about sql lite is that its entirely file-based, theres no server or process that needs to be running. So on a shared host, you just need to be able to write a file or two, and you can have you DB backend.</p>
<p>generally sqlite is less powerful than mysql, but it can run really well in low-processing-power environments. That speed test is for fairly old versions of mysql and sqlite, I wonder what the current numbers are?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://robinmonks.com/2008/08/24/drupal-databases-the-next-generation/comment-page-1/#comment-1374</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Wed, 27 Aug 2008 11:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://robinmonks.com/?p=97#comment-1374</guid>
		<description>There is an older speed test here: http://www.sqlite.org/speed.html

That shows that sometimes SQLite is faster than MySQL.  Remember, in the end MySQL is reading from disk as well, so, there isn&#039;t much performance difference (blah, caching, blah blah blah).

Robin</description>
		<content:encoded><![CDATA[<p>There is an older speed test here: <a href="http://www.sqlite.org/speed.html" rel="nofollow">http://www.sqlite.org/speed.html</a></p>
<p>That shows that sometimes SQLite is faster than MySQL.  Remember, in the end MySQL is reading from disk as well, so, there isn&#8217;t much performance difference (blah, caching, blah blah blah).</p>
<p>Robin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eatme</title>
		<link>http://robinmonks.com/2008/08/24/drupal-databases-the-next-generation/comment-page-1/#comment-1373</link>
		<dc:creator>eatme</dc:creator>
		<pubDate>Wed, 27 Aug 2008 05:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://robinmonks.com/?p=97#comment-1373</guid>
		<description>&gt; Is it a performance benefit?

Im pretty sure its a significant performance hit.

But it will make deployment for small projects and quick tests insanely simple.

You could also set up a drupal site on the free server space most ISPs provide.</description>
		<content:encoded><![CDATA[<p>&gt; Is it a performance benefit?</p>
<p>Im pretty sure its a significant performance hit.</p>
<p>But it will make deployment for small projects and quick tests insanely simple.</p>
<p>You could also set up a drupal site on the free server space most ISPs provide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akahn</title>
		<link>http://robinmonks.com/2008/08/24/drupal-databases-the-next-generation/comment-page-1/#comment-1371</link>
		<dc:creator>akahn</dc:creator>
		<pubDate>Tue, 26 Aug 2008 14:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://robinmonks.com/?p=97#comment-1371</guid>
		<description>What is the advantage of using SQLite? I always thought the concept was neat but I don&#039;t know what the actual advantages are over a traditional database server. Is it a performance benefit?</description>
		<content:encoded><![CDATA[<p>What is the advantage of using SQLite? I always thought the concept was neat but I don&#8217;t know what the actual advantages are over a traditional database server. Is it a performance benefit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drupal Databases: The Next Generation</title>
		<link>http://robinmonks.com/2008/08/24/drupal-databases-the-next-generation/comment-page-1/#comment-1368</link>
		<dc:creator>Drupal Databases: The Next Generation</dc:creator>
		<pubDate>Mon, 25 Aug 2008 02:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://robinmonks.com/?p=97#comment-1368</guid>
		<description>[...] Go to the author&#8217;s original blog: Drupal Databases: The Next Generation [...]</description>
		<content:encoded><![CDATA[<p>[...] Go to the author&#8217;s original blog: Drupal Databases: The Next Generation [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
