<?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>Intrepid Blog &#187; long keys</title>
	<atom:link href="http://blog.affien.com/archives/tag/long-keys/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.affien.com</link>
	<description>A few thoughts</description>
	<lastBuildDate>Mon, 01 Mar 2010 00:58:01 +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>Long mySQL keys</title>
		<link>http://blog.affien.com/archives/2006/12/03/long-mysql-keys/</link>
		<comments>http://blog.affien.com/archives/2006/12/03/long-mysql-keys/#comments</comments>
		<pubDate>Sun, 03 Dec 2006 22:58:03 +0000</pubDate>
		<dc:creator>Bas Westerbaan</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[long keys]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.w-nz.com/archives/2006/12/03/long-mysql-keys/</guid>
		<description><![CDATA[Instead of limiting your long key (for instance a path) to approximately 800 characters (on mySQL with generic UTF8), you can hash your key and store the hash as index.
The drawback is that you need to use a quite good hash function to avoid duplicates if you want to use it for a unique or [...]]]></description>
			<content:encoded><![CDATA[<p>Instead of limiting your long key (for instance a path) to approximately 800 characters (on mySQL with generic UTF8), you can hash your key and store the hash as index.</p>
<p>The drawback is that you need to use a quite good hash function to avoid duplicates if you want to use it for a unique or primary key. These good hash functions tend to require some computing time.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.affien.com/archives/2006/12/03/long-mysql-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
