<?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>TopSecretProject &#187; analyse</title>
	<atom:link href="http://topsecretproject.finitestatemachine.com/tag/analyse/feed/" rel="self" type="application/rss+xml" />
	<link>http://topsecretproject.finitestatemachine.com</link>
	<description>Toby Hede on Technology</description>
	<lastBuildDate>Fri, 07 May 2010 08:37:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL Procedure Analyse &#8211; optimising data types</title>
		<link>http://topsecretproject.finitestatemachine.com/2009/03/mysql-procedure-analyse-optimising-data-types/</link>
		<comments>http://topsecretproject.finitestatemachine.com/2009/03/mysql-procedure-analyse-optimising-data-types/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 10:32:13 +0000</pubDate>
		<dc:creator>tobyhede</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[analyse]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://topsecretproject.finitestatemachine.com/?p=50</guid>
		<description><![CDATA[The MySQL Performance Blog has another gem in the form of MySQL&#8217;s Procedure Analyse function.
Procedure Analyse helps you find the optimal data type for the column values in a table.
Usage is very simple:
SELECT &#8230; FROM &#8230; WHERE &#8230; PROCEDURE ANALYSE([max_elements,[max_memory]])
A range of statistics and recommended data types and are returned for each column in your [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.mysqlperformanceblog.com/">MySQL Performance Blog</a> has another gem in the form of <a href=" http://www.mysqlperformanceblog.com/2009/03/23/procedure-analyse/">MySQL&#8217;s Procedure Analyse</a> function.</p>
<p>Procedure Analyse helps you find the optimal data type for the column values in a table.</p>
<p>Usage is very simple:</p>
<blockquote><p>SELECT &#8230; FROM &#8230; WHERE &#8230; PROCEDURE ANALYSE([max_elements,[max_memory]])</p></blockquote>
<p>A range of statistics and recommended data types and are returned for each column in your table.</p>
<p>For more information see the <a href="http://dev.mysql.com/doc/refman/5.0/en/procedure-analyse.html">MySQL Docs on using Procedure Analyse</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://topsecretproject.finitestatemachine.com/2009/03/mysql-procedure-analyse-optimising-data-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
