<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 5 ways to make hexadecimal identifiers perform better on MySQL</title>
	<atom:link href="http://www.xaprb.com/blog/2009/02/12/5-ways-to-make-hexadecimal-identifiers-perform-better-on-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2009/02/12/5-ways-to-make-hexadecimal-identifiers-perform-better-on-mysql/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:41:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2009/02/12/5-ways-to-make-hexadecimal-identifiers-perform-better-on-mysql/#comment-15906</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Tue, 24 Feb 2009 12:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=800#comment-15906</guid>
		<description>It&#039;s fixed-length so there is no need for extra data to record how long the value is.  And if the whole table has fixed-length values, then you get FIXED format (in MyISAM).</description>
		<content:encoded><![CDATA[<p>It&#8217;s fixed-length so there is no need for extra data to record how long the value is.  And if the whole table has fixed-length values, then you get FIXED format (in MyISAM).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aurimas</title>
		<link>http://www.xaprb.com/blog/2009/02/12/5-ways-to-make-hexadecimal-identifiers-perform-better-on-mysql/#comment-15905</link>
		<dc:creator>Aurimas</dc:creator>
		<pubDate>Tue, 24 Feb 2009 12:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=800#comment-15905</guid>
		<description>Thanks, Baron - very interesting post.

BTW, how is CHAR(32) better than VARCHAR(32) for values of the same length?</description>
		<content:encoded><![CDATA[<p>Thanks, Baron &#8211; very interesting post.</p>
<p>BTW, how is CHAR(32) better than VARCHAR(32) for values of the same length?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Troxell</title>
		<link>http://www.xaprb.com/blog/2009/02/12/5-ways-to-make-hexadecimal-identifiers-perform-better-on-mysql/#comment-15821</link>
		<dc:creator>Todd Troxell</dc:creator>
		<pubDate>Thu, 12 Feb 2009 23:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=800#comment-15821</guid>
		<description>Great stuff, thanks Xaprb :)</description>
		<content:encoded><![CDATA[<p>Great stuff, thanks Xaprb :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2009/02/12/5-ways-to-make-hexadecimal-identifiers-perform-better-on-mysql/#comment-15820</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Thu, 12 Feb 2009 21:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=800#comment-15820</guid>
		<description>Thanks both of you.  Indeed that was a poor choice of words -- changed to &quot;sooner&quot;.</description>
		<content:encoded><![CDATA[<p>Thanks both of you.  Indeed that was a poor choice of words &#8212; changed to &#8220;sooner&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shlomi Noach</title>
		<link>http://www.xaprb.com/blog/2009/02/12/5-ways-to-make-hexadecimal-identifiers-perform-better-on-mysql/#comment-15819</link>
		<dc:creator>Shlomi Noach</dc:creator>
		<pubDate>Thu, 12 Feb 2009 21:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=800#comment-15819</guid>
		<description>Hey,

Reading Roland&#039;s comment, I shamefully note to myself that #1 in my comment is already within the post.</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Reading Roland&#8217;s comment, I shamefully note to myself that #1 in my comment is already within the post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

