<?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; mysql</title>
	<atom:link href="http://topsecretproject.finitestatemachine.com/tag/mysql/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>
		<item>
		<title>CloudKit, pondering the future</title>
		<link>http://topsecretproject.finitestatemachine.com/2009/03/cloudkit-pondering-the-future/</link>
		<comments>http://topsecretproject.finitestatemachine.com/2009/03/cloudkit-pondering-the-future/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 10:58:36 +0000</pubDate>
		<dc:creator>tobyhede</dc:creator>
				<category><![CDATA[Future]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[active-record]]></category>
		<category><![CDATA[cloudkit]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rdbms]]></category>

		<guid isPermaLink="false">http://topsecretproject.finitestatemachine.com/?p=31</guid>
		<description><![CDATA[I ponder the future and trawl the web.
Recently in my travels I found the awesome CloudKit.
CloudKit provides schema-free, auto-versioned, RESTful JSON storage with optional OpenID and OAuth         support, including OAuth Discovery.
Cloudkit is similar in some respects to CouchDB &#8211; date is stored in JSON, access via REST.
I [...]]]></description>
			<content:encoded><![CDATA[<p>I ponder the future and trawl the web.</p>
<p>Recently in my travels I found the awesome <a href="http://getcloudkit.com/">CloudKit</a>.</p>
<blockquote><p>CloudKit provides schema-free, auto-versioned, RESTful JSON storage with optional OpenID and OAuth         support, including OAuth Discovery.</p></blockquote>
<p>Cloudkit is similar in some respects to CouchDB &#8211; date is stored in JSON, access via REST.</p>
<p>I looked at CouchDB in some detail for a project I have in the works and was very impressed with it&#8217;s capabilities, particularly the ability to query the datastore using JavaScript and a Map/Reduce algorithm.</p>
<p>In the end, I have decided that the benefits of persisting* with MySQL (or PostgreSQL) are too great to abandon relational technology just yet &#8211; the Rails ecosystem has such good support for these technologies in Active Record.</p>
<h5>* And yes, pun intended.</h5>
]]></content:encoded>
			<wfw:commentRss>http://topsecretproject.finitestatemachine.com/2009/03/cloudkit-pondering-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
