<?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>Michael Conigliaro &#187; MySQL</title>
	<atom:link href="http://conigliaro.org/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://conigliaro.org</link>
	<description>cat /dev/brain &#124; grep technology &#62;&#62; blog</description>
	<lastBuildDate>Wed, 25 Aug 2010 23:46:47 +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>How to Tune Your MySQL Server (The Easy Way)</title>
		<link>http://conigliaro.org/2008/03/26/how-to-tune-your-mysql-server-the-easy-way/</link>
		<comments>http://conigliaro.org/2008/03/26/how-to-tune-your-mysql-server-the-easy-way/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 23:20:44 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.gyrate.org/2008/03/26/tune-your-mysql-server-the-easy-way/</guid>
		<description><![CDATA[My previous experience with tuning MySQL servers was that you should start with the example my.conf that most closely matches your hardware and then Google around for the little tweaks that others have reportedly had good luck with. Definitive step-by-step guides on exactly what settings to change and why have historically been a little bit [...]]]></description>
			<content:encoded><![CDATA[<p>My previous experience with tuning MySQL servers was that you should start with the example my.conf that most closely matches your hardware and then Google around for the little tweaks that others have reportedly had good luck with.  Definitive step-by-step guides on exactly what settings to change and why have historically been a little bit hard to come by.  I guess thats what the MySQL DBAs get paid for, huh?</p>
<p>Well now there are a couple of scripts out there that will examine your server&#8217;s runtime statistics and provide you with advice on what to change (kind of like what <a href="http://bastille-linux.sourceforge.net/">Bastille</a> does for Linux).</p>
<ul>
<li><a href="http://forge.mysql.com/projects/project.php?id=44">Tuning Primer</a> by Matthew Montgomery</li>
<li><a href="http://rackerhacker.com/mysqltuner/">MySQL Tuner</a> by Major Hayden</li>
</ul>
<p>Either one of this scripts will likely save you hours of Googling/experimenting.  Both do essentially the same thing, but it never hurts to have a 2nd opinion.  And if you&#8217;re still not sure about something, a trip to <a href="http://www.mysqlperformanceblog.com/">MySQL Performance Blog</a> should fix you right up.</p>
]]></content:encoded>
			<wfw:commentRss>http://conigliaro.org/2008/03/26/how-to-tune-your-mysql-server-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fuck ORM</title>
		<link>http://conigliaro.org/2006/10/11/fuck-orm/</link>
		<comments>http://conigliaro.org/2006/10/11/fuck-orm/#comments</comments>
		<pubDate>Wed, 11 Oct 2006 15:02:12 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.gyrate.org/2006/10/11/fuck-orm/</guid>
		<description><![CDATA[Let me be the first to say that ORM (like Propel) is ridiculous, overengineered nonsense. SQL is already simple. In fact, it was originally designed so that (competent) non-computer people could easily generate reports from a RDBMS. So why does anyone think it&#8217;s a good idea to add unnecessary overhead and complexity to something that [...]]]></description>
			<content:encoded><![CDATA[<p>Let me be the first to say that ORM (like <a href="http://propel.phpdb.org">Propel</a>) is ridiculous, overengineered nonsense.  SQL is <strong>already</strong> simple.  In fact, it was originally designed so that (competent) non-computer people could easily generate reports from a RDBMS.  So why does anyone think it&#8217;s a good idea to add unnecessary overhead and complexity to something that already works well?  Oh yeah, because ORM makes it possible to write your own blog in 15 minutes.  Wow.  Totally awesome dude.</p>
]]></content:encoded>
			<wfw:commentRss>http://conigliaro.org/2006/10/11/fuck-orm/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
