<?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>Tech from Hel &#187; MySQL</title>
	<atom:link href="http://www.techfromhel.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techfromhel.com</link>
	<description>Helene&#039;s ramblings on Wordpress, jQuery and other web technologies.</description>
	<lastBuildDate>Thu, 08 Apr 2010 19:40:31 +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>Optimize with MySQL Procedure Analyse</title>
		<link>http://www.techfromhel.com/2009/12/mysql-procedure-analyse/</link>
		<comments>http://www.techfromhel.com/2009/12/mysql-procedure-analyse/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 19:21:29 +0000</pubDate>
		<dc:creator>helene</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[procedure analyse]]></category>

		<guid isPermaLink="false">http://techfromhel.com/?p=83</guid>
		<description><![CDATA[<h3 class="centered">How to Use "Procedure Analyse" to Optimize MySQL Table Size</h3>
<p>MySQL provides a useful tool called &#8220;<a href="http://dev.mysql.com/doc/refman/4.1/en/procedure-analyse">procedure analyse</a>&#8221; that can help you optimize your tables for storage. "Procedure analyse" examines the contents of a table's columns and suggests a field type for each column selected that reduces the total table size.</p>
<p>So, why bother to reduce table size when storage is cheaply available? Big tables not only use up memory, but queries on them eat up CPU usage as well. If you have a web site with large custom MySQL tables and your site is on a shared server, you could end up getting penalized monetarily or even have your site shutdown by your ISP, if queries on your MySQL tables consume more CPU than allocated. To keep this from happening you should optimize both your queries and your table size. "Procedure analyse" provides a quick and easy way to do the latter.</p>
<p><a href="http://techfromhel.com/2009/12/mysql-procedure-analyse/">Read more...</a></p>]]></description>
		<wfw:commentRss>http://www.techfromhel.com/2009/12/mysql-procedure-analyse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
