<?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: Speeding Up Your Selects and Sorts</title>
	<atom:link href="http://eric.lubow.org/2010/databases/mysql/speeding-up-your-selects-and-sorts/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric.lubow.org/2010/databases/mysql/speeding-up-your-selects-and-sorts/</link>
	<description>Thoughts, musings, and other idealistic (sometimes useful) systems and development hoopla.</description>
	<lastBuildDate>Thu, 01 Sep 2011 07:34:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Speeding Up Your Selects and Sorts &#124; BeginnerPC : The Best Online Tutorials : Linux , Windows , Apple , iPhone</title>
		<link>http://eric.lubow.org/2010/databases/mysql/speeding-up-your-selects-and-sorts/comment-page-1/#comment-25846</link>
		<dc:creator>Speeding Up Your Selects and Sorts &#124; BeginnerPC : The Best Online Tutorials : Linux , Windows , Apple , iPhone</dc:creator>
		<pubDate>Wed, 10 Mar 2010 22:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://eric.lubow.org/?p=585#comment-25846</guid>
		<description>[...] See the article here: Speeding Up Your Selects and Sorts [...]</description>
		<content:encoded><![CDATA[<p>[...] See the article here: Speeding Up Your Selects and Sorts [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Lubow</title>
		<link>http://eric.lubow.org/2010/databases/mysql/speeding-up-your-selects-and-sorts/comment-page-1/#comment-25839</link>
		<dc:creator>Eric Lubow</dc:creator>
		<pubDate>Thu, 04 Mar 2010 23:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://eric.lubow.org/?p=585#comment-25839</guid>
		<description>I understand why you&#039;re saying that for MyISAM you should use CHAR storage but think about the implications on a more macro scale if you are using MyISAM.  If you have 50 tables with 5 CHAR(255)s per table and 50k rows per table, that&#039;s 3.18G as opposed to the space saving nature of a VARCHAR which also allows for more flexibility in your application.  However, I was referring to the optimizer and how it loads the data into memory and sorts it.  By minimizing the VARCHAR columns in a row, sorting and buffering will be faster in general.</description>
		<content:encoded><![CDATA[<p>I understand why you&#39;re saying that for MyISAM you should use CHAR storage but think about the implications on a more macro scale if you are using MyISAM.  If you have 50 tables with 5 CHAR(255)s per table and 50k rows per table, that&#39;s 3.18G as opposed to the space saving nature of a VARCHAR which also allows for more flexibility in your application.  However, I was referring to the optimizer and how it loads the data into memory and sorts it.  By minimizing the VARCHAR columns in a row, sorting and buffering will be faster in general.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wagnerbianchi</title>
		<link>http://eric.lubow.org/2010/databases/mysql/speeding-up-your-selects-and-sorts/comment-page-1/#comment-25838</link>
		<dc:creator>wagnerbianchi</dc:creator>
		<pubDate>Thu, 04 Mar 2010 21:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://eric.lubow.org/?p=585#comment-25838</guid>
		<description>The speed of Varchar or Char on MySQL depends on the Storage Engine that you are working with. When using InnoDB to controll its database tables, prefer to user VARCHAR, InnoDB and VARCHAR works fine. Well, when you are working with MyISAM, choose to work with CHAR on all columns because in this time, the tables will work with fixed rows and this is better and more performantics.&lt;br&gt;&lt;br&gt;Best regards.</description>
		<content:encoded><![CDATA[<p>The speed of Varchar or Char on MySQL depends on the Storage Engine that you are working with. When using InnoDB to controll its database tables, prefer to user VARCHAR, InnoDB and VARCHAR works fine. Well, when you are working with MyISAM, choose to work with CHAR on all columns because in this time, the tables will work with fixed rows and this is better and more performantics.</p>
<p>Best regards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

