<?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>WhirCat &#187; indexes</title>
	<atom:link href="http://whircat.centosprime.com/tags/indexes/feed/" rel="self" type="application/rss+xml" />
	<link>http://whircat.centosprime.com</link>
	<description>puttin' on my work hat</description>
	<lastBuildDate>Tue, 17 Jan 2012 11:02:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Tuning your MySQL server</title>
		<link>http://whircat.centosprime.com/tuning-your-mysql-server/</link>
		<comments>http://whircat.centosprime.com/tuning-your-mysql-server/#comments</comments>
		<pubDate>Fri, 01 May 2009 16:56:23 +0000</pubDate>
		<dc:creator>face</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[DB performance]]></category>
		<category><![CDATA[indexes]]></category>
		<category><![CDATA[indices]]></category>
		<category><![CDATA[slow queries]]></category>

		<guid isPermaLink="false">http://whircat.centosprime.com/?p=583</guid>
		<description><![CDATA[In a SQL server, the data tables sit on disk. Indexes provide a means for the server to find a particular row of data in the table without having to search the entire table. When the entire table has to be searched, it&apos;s called a table scan. Most often, you want only a small subset [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>In a SQL server, the data tables sit on disk. Indexes provide a means for the server to find a particular row of data in the table without having to search the entire table. When the entire table has to be searched, it&apos;s called a table scan. Most often, you want only a small subset of the data in the table, so a full table scan wastes a lot of disk I/O and therefore time.This problem is compounded when data must be joined, because many more rows must be compared between the two sides of the join.</p></blockquote>
<p>via <a href='http://www.ibm.com/developerworks/library/l-tune-lamp-3.html'>Tuning LAMP systems, Part 3: Tuning your MySQL server</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://whircat.centosprime.com/tuning-your-mysql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

