<?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: MySQL Performance Benefits of Storing Integer IP Addresses</title>
	<atom:link href="http://bafford.com/2009/03/09/mysql-performance-benefits-of-storing-integer-ip-addresses/feed/" rel="self" type="application/rss+xml" />
	<link>http://bafford.com/2009/03/09/mysql-performance-benefits-of-storing-integer-ip-addresses/</link>
	<description>coding in purple</description>
	<lastBuildDate>Tue, 16 Jun 2009 15:44:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Du0d3c1m</title>
		<link>http://bafford.com/2009/03/09/mysql-performance-benefits-of-storing-integer-ip-addresses/comment-page-1/#comment-30</link>
		<dc:creator>Du0d3c1m</dc:creator>
		<pubDate>Thu, 02 Apr 2009 18:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://bafford.com/?p=269#comment-30</guid>
		<description>It never ceases to amaze me how you spend hours figuring something out the hard way and then someone else has the exact same problem and solution.  I feel strongly about this very issue and support your position completely.  On my site there are links to PHP functions which cast this data to integers and back for use in databases other than MySQL.  They may provide performance savings over the built in MySQL functions but I highly doubt it.  

Thank you for the great article.  Your research/analysis is much more in depth than anything I have attempted to date.</description>
		<content:encoded><![CDATA[<p>It never ceases to amaze me how you spend hours figuring something out the hard way and then someone else has the exact same problem and solution.  I feel strongly about this very issue and support your position completely.  On my site there are links to PHP functions which cast this data to integers and back for use in databases other than MySQL.  They may provide performance savings over the built in MySQL functions but I highly doubt it.  </p>
<p>Thank you for the great article.  Your research/analysis is much more in depth than anything I have attempted to date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Phelan</title>
		<link>http://bafford.com/2009/03/09/mysql-performance-benefits-of-storing-integer-ip-addresses/comment-page-1/#comment-27</link>
		<dc:creator>David Phelan</dc:creator>
		<pubDate>Tue, 24 Mar 2009 16:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://bafford.com/?p=269#comment-27</guid>
		<description>Excellent analysis.  I have always pitched integer storage as preferential because of the ease of comparison with &#039;=&#039; or &#039;between&#039;, but it&#039;s been a hard sell for some people.  Unlike MySQL, MS SQL Server lacks built-in dotted-decimal to/from uint32 conversion (though it&#039;s a straightforward pair of UDFs to write or borrow), so this use case is not quite as obvious to some developers.  I will be pointing doubters to your statistics from now on.</description>
		<content:encoded><![CDATA[<p>Excellent analysis.  I have always pitched integer storage as preferential because of the ease of comparison with &#8216;=&#8217; or &#8216;between&#8217;, but it&#8217;s been a hard sell for some people.  Unlike MySQL, MS SQL Server lacks built-in dotted-decimal to/from uint32 conversion (though it&#8217;s a straightforward pair of UDFs to write or borrow), so this use case is not quite as obvious to some developers.  I will be pointing doubters to your statistics from now on.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

