<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP Programmer &#187; Databases</title>
	<atom:link href="http://www.phpprogrammer.co.nz/category/databases/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpprogrammer.co.nz</link>
	<description>Hamish&#039;s blog all about PHP Programming</description>
	<lastBuildDate>Wed, 01 Feb 2012 00:28:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Benchmarking BLOB vs Filesystem for image storage</title>
		<link>http://www.phpprogrammer.co.nz/benchmarking-blob-vs-filesystem-for-image-storage</link>
		<comments>http://www.phpprogrammer.co.nz/benchmarking-blob-vs-filesystem-for-image-storage#comments</comments>
		<pubDate>Sun, 24 Jun 2007 05:20:50 +0000</pubDate>
		<dc:creator>hamish</dc:creator>
				<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://hamish.geek.nz/php-programmer/benchmarking-blob-vs-filesystem-for-image-storage</guid>
		<description><![CDATA[Well, I know that filesystem is going to be faster for this one, but I want to know by how much. So, I&#039;ve set myself the talks of measuring it, when I get any spare time, of course :) phpMyScaffold can store blobs for web site images, and I wonder how far I can take [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I know that filesystem is going to be faster for this one, but I want to know by how much. So, I&#039;ve set myself the talks of measuring it, when I get any spare time, of course :)</p>
<p>phpMyScaffold can store blobs for web site images, and I wonder how far I can take the &#039;scaffolding&#039; nature of PMA-based sites into a low-traffic production environment.</p>
<p>Stay tuned for the results, or if you have any comments, suggestions for the test!</p>
<p>UPDATE: Filesystem is about 10x faster than BLOB! I dont have time right now to write up the method and results&#8230; hopefully soon :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpprogrammer.co.nz/benchmarking-blob-vs-filesystem-for-image-storage/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

