<?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>In Search of Everything All at Once &#187; MySQL</title>
	<atom:link href="http://www.4gigs.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.4gigs.com</link>
	<description>Personal Website of Robert W. Oliver II</description>
	<lastBuildDate>Thu, 19 Aug 2010 01:11:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Install MySQL Gem on CentOS 5</title>
		<link>http://www.4gigs.com/2008/11/13/install-mysql-gem-on-centos-5/</link>
		<comments>http://www.4gigs.com/2008/11/13/install-mysql-gem-on-centos-5/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 03:16:48 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.4gigs.com/?p=94</guid>
		<description><![CDATA[There&#8217;s a lot of conflicting information out there on how to install the MySQL gem on CentOS 5, but it&#8217;s very easy to do.  On a clean CentOS 5 install, as root, run: yum install mysql-devel gcc make gem install &#8230; <a href="http://www.4gigs.com/2008/11/13/install-mysql-gem-on-centos-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a lot of conflicting information out there on how to install the MySQL gem on CentOS 5, but it&#8217;s very easy to do.  On a clean CentOS 5 install, as root, run:</p>
<pre>
yum install mysql-devel gcc make
gem install mysql -- --with-mysql-config=/usr/bin/mysql_config
</pre>
<p>That&#8217;s pretty much it.  Compile should work fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4gigs.com/2008/11/13/install-mysql-gem-on-centos-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL Is Easier to Administer than PostgreSQL</title>
		<link>http://www.4gigs.com/2008/07/29/mysql-is-easier-to-administer-than-postgresql/</link>
		<comments>http://www.4gigs.com/2008/07/29/mysql-is-easier-to-administer-than-postgresql/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 01:30:41 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I wanted to title this article PostgreSQL sucks, but that wouldn&#039;t have been fair to PostgreSQL has it really doesn&#039;t suck, exactly. It is a very well featured database, and was the first open source database to have many advanced &#8230; <a href="http://www.4gigs.com/2008/07/29/mysql-is-easier-to-administer-than-postgresql/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wanted to title this article <em>PostgreSQL sucks</em>, but that wouldn&#039;t have been fair to PostgreSQL has it really doesn&#039;t suck, exactly.  It is a very well featured database, and was the first open source database to have many advanced features.  That said, MySQL from the start has been easier to administer, and generally easier to use as well.</p>
<p>Before I dive in further, I should warn that while I&#039;ve used both MySQL and PostgreSQL for years and have extensive experience with both, I have dealt with MySQL considerably more.  This is due mostly to the fact that most projects I work on tend to use MySQL as their database over PostgreSQL.</p>
<p>After years of using them both, I have had much fewer problems out of MySQL.  Backups and restores, even the complex binary ones done with LVM have gone mostly without issues.  I can&#039;t say the same with PostgreSQL.  I&#039;ve had MySQL problems for sure, but I seem to run into PostgreSQL problems with far more frequency over things that really shouldn&#039;t have been problems in the first place.</p>
<p>One could make the argument that since I spend more time with MySQL, I know it better and thus know how to avoid more problems than I do with PostgreSQL.  I&#039;ll buy into that as well, at least in part.  But I see far to many developers pulling their hair out on public forums and newsgroups over how to fix a problem in PostgreSQL that simply doesn&#039;t seem to be a problem on MySQL.  That isn&#039;t to say that people don&#039;t have problems with MySQL as well, they do.  But considering that more people use MySQL, you would expect more problems, but you don&#039;t really see that.  In fact, it&#039;s the reverse.</p>
<p>Could a simpler path to administration and programming be why more people use MySQL?  Probably so.  Back when it lacked features that PostgreSQL had, it still was more popular.  Its ease of use had to have been at least a significant factor in many decisions to use it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4gigs.com/2008/07/29/mysql-is-easier-to-administer-than-postgresql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL &#8211; The Crutch We All Use</title>
		<link>http://www.4gigs.com/2007/11/19/sql-the-crutch-we-all-use/</link>
		<comments>http://www.4gigs.com/2007/11/19/sql-the-crutch-we-all-use/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 04:35:19 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Charles Jolley, CEO of Sproutit and I have been talking quite a bit about data storage problems, particularly in the ineffectiveness and the eventual scaling block you run into with most SQL-based solutions. Facebook&#039;s success story with MySQL aside, most &#8230; <a href="http://www.4gigs.com/2007/11/19/sql-the-crutch-we-all-use/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.okito.net/" target="_blank">Charles Jolley</a>, CEO of <a href="http://www.sproutit.com/" target="_blank">Sproutit</a> and I have been talking quite a bit about data storage problems, particularly in the ineffectiveness and the eventual scaling block you run into with most SQL-based solutions.</p>
<p>Facebook&#039;s success story with MySQL aside, most top sites either don&#039;t use SQL or use such simple queries in their data that the searches are simplistic, and the heavy lifting is done by careful indexing.  Complex joins are almost unheard of in these situations, and actually having to perform one of these searches while the user is waiting can be a painful experience.</p>
<p>Ruby on Rails actually makes constructing these complex and slow joins painfully easy.  You get instant results just by adding water.  Perform complex joins, multiple levels of deep associations, and find_by_anything till you&#039;re blue in the face and you just won&#039;t notice it, until your application is an overnight success.</p>
<p>It&#039;s not Rails fault, or even SQL&#039;s fault. Having to give serious thought to how you&#039;re going to scale your data storage has always been a necessity for big applications, it&#039;s just something that you can defer now with modern frameworks.  I suppose that&#039;s a good thing, as long as you can make the scaling happen on the fly.</p>
<p>We&#039;re actually working on some techniques to combat this problem, using things like <a href="http://www.danga.com/memcached/" target="_blank">Memcached</a>, <a href="http://www.amazonaws.com/" target="_blank">S3</a>, and custom data formats.  If you&#039;re interested, stay tuned.  I&#039;ll be posting more on the subject soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4gigs.com/2007/11/19/sql-the-crutch-we-all-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
