<?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; DB performance</title>
	<atom:link href="http://whircat.centosprime.com/tags/db-performance/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>mysqlnd_ms &#8211; Replication and Load Balancing</title>
		<link>http://whircat.centosprime.com/mysqlnd_ms-replication-and-load-balancing/</link>
		<comments>http://whircat.centosprime.com/mysqlnd_ms-replication-and-load-balancing/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 13:07:06 +0000</pubDate>
		<dc:creator>face</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[DB performance]]></category>

		<guid isPermaLink="false">http://whircat.centosprime.com/?p=797</guid>
		<description><![CDATA[The mysqlnd replication and load balancing plugin (mysqlnd_ms) adds easy to use MySQL replication support to all PHP MySQL extensions that use mysqlnd. via PHP: Introduction &#8211; Manual.]]></description>
			<content:encoded><![CDATA[<blockquote><p>The mysqlnd replication and load balancing plugin (mysqlnd_ms) adds easy to use MySQL replication support to all PHP MySQL extensions that use mysqlnd.</p></blockquote>
<p>via <a href="http://us.php.net/manual/en/intro.mysqlnd-ms.php">PHP: Introduction &#8211; Manual</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://whircat.centosprime.com/mysqlnd_ms-replication-and-load-balancing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ALTER TABLE .. ORDER BY</title>
		<link>http://whircat.centosprime.com/alter-table-order-by/</link>
		<comments>http://whircat.centosprime.com/alter-table-order-by/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 14:43:52 +0000</pubDate>
		<dc:creator>face</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[DB performance]]></category>
		<category><![CDATA[Practice]]></category>

		<guid isPermaLink="false">http://whircat.centosprime.com/?p=649</guid>
		<description><![CDATA[Today a customer mentioned reordering a MyISAM table to get rid of fragmentation. I asked them to clarify what they meant by reordering, assuming that they were running an OPTIMIZE or a NULL ALTER TABLE operation and they said that they use ALTER TABLE t1 ORDER BY f1, f2, f3,..etc; via Things you manage to [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Today a customer mentioned reordering a MyISAM table to get rid of fragmentation. I asked them to clarify what they meant by reordering, assuming that they were running an OPTIMIZE or a NULL ALTER TABLE operation and they said that they use ALTER TABLE t1 ORDER BY f1, f2, f3,..etc;</p></blockquote>
<p>via <a href="http://blogs.sun.com/soapbox/entry/things_you_manage_to_miss">Things you manage to miss &#8211; ALTER TABLE .. ORDER BY &#8211; The Soapbox</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://whircat.centosprime.com/alter-table-order-by/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>

