<?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:Indexes</title>
	<atom:link href="http://www.idig.za.net/mysqlindexes/2006/11/09/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.idig.za.net/mysqlindexes/2006/11/09/</link>
	<description>Creating and managing dynamic websites using Php, MySql, HTML and Wordpress with a bit of PEAR on the side</description>
	<lastBuildDate>Sun, 12 Jul 2009 02:53:15 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Independent Digital &#187; MySQL: query optimization</title>
		<link>http://www.idig.za.net/mysqlindexes/2006/11/09/comment-page-1/#comment-5108</link>
		<dc:creator>Independent Digital &#187; MySQL: query optimization</dc:creator>
		<pubDate>Tue, 05 Jun 2007 13:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.idig.za.net/mysqlindexes/2006/11/09/#comment-5108</guid>
		<description>[...] speed and accuracy firstly, and most importantly, through indexing. (Have a look at the article MySQL: Indexes). Further nanoseconds can be sliced off through correct formulation of the query. Somewhere deep [...]</description>
		<content:encoded><![CDATA[<p>[...] speed and accuracy firstly, and most importantly, through indexing. (Have a look at the article MySQL: Indexes). Further nanoseconds can be sliced off through correct formulation of the query. Somewhere deep [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mattias Skovh?j</title>
		<link>http://www.idig.za.net/mysqlindexes/2006/11/09/comment-page-1/#comment-160</link>
		<dc:creator>Mattias Skovh?j</dc:creator>
		<pubDate>Sun, 18 Mar 2007 05:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.idig.za.net/mysqlindexes/2006/11/09/#comment-160</guid>
		<description>Uh, nice design on this site :) (check my own blog, I just translated it into danish.....)

I am very happy for reading this article, because I have some websites, that is too huge.. One of them have 6000 users, and they are in 1 table. In that table I have one index - in the id column. But I always do queries to the username-column! I see the problem by this, and maybe I should think about only using the ID, which I do on all of my new websites.. The problem is, that this website has more than 250 PHP-files containing these SQL-queries (and a lot of them), so I started out by indexing the username-column..

The website is on its own on a server with following specs:
P4 2.8 GHz
2 GB ram
4 x 36 gb SCASI hd 15000 rpm
20/20 mbit internet connection.

And with 80-120 online at the same time, there usually is a CPU load of 100%, caused by the mysql-nt.exe! Hope this changes ;)

Thanks in advance..</description>
		<content:encoded><![CDATA[<p>Uh, nice design on this site <img src='http://www.idig.za.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (check my own blog, I just translated it into danish&#8230;..)</p>
<p>I am very happy for reading this article, because I have some websites, that is too huge.. One of them have 6000 users, and they are in 1 table. In that table I have one index &#8211; in the id column. But I always do queries to the username-column! I see the problem by this, and maybe I should think about only using the ID, which I do on all of my new websites.. The problem is, that this website has more than 250 PHP-files containing these SQL-queries (and a lot of them), so I started out by indexing the username-column..</p>
<p>The website is on its own on a server with following specs:<br />
P4 2.8 GHz<br />
2 GB ram<br />
4 x 36 gb SCASI hd 15000 rpm<br />
20/20 mbit internet connection.</p>
<p>And with 80-120 online at the same time, there usually is a CPU load of 100%, caused by the mysql-nt.exe! Hope this changes <img src='http://www.idig.za.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thanks in advance..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
