<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>D-talk - MySQL</title>
    <link>http://blog.dynom.nl/</link>
    <description>The little things that pop into mind</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2-beta4 - http://www.s9y.org/</generator>
    
    

<item>
    <title>MySQL 5 optimizing</title>
    <link>http://blog.dynom.nl/archives/MySQL-5-optimizing_20071009_10.html</link>
            <category>MySQL</category>
    
    <comments>http://blog.dynom.nl/archives/MySQL-5-optimizing_20071009_10.html#comments</comments>
    <wfw:comment>http://blog.dynom.nl/wfwcomment.php?cid=10</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.dynom.nl/rss.php?version=2.0&amp;type=comments&amp;cid=10</wfw:commentRss>
    

    <author>nospam@example.com (Mark van der Velden)</author>
    <content:encoded>
    &lt;p&gt;Optimizing MySQL always has been a hot topic for many developers and DBA&#039;s. I always took a lot for granted and never really bothered with optimizing MySQL other then trying to make the best query&#039;s I could.  Over the years I&#039;ve learned a lot more about MySQL and so my journey went into trying to optimize my MySQL server(s). After a lot of trial and error on development machines, it&#039;s time for the real deal &lt;img src=&quot;http://blog.dynom.nl/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;  The first thing to do is use your favorite search engine and learn the basics, you&#039;ll mostly find these phrases: &#039;good queries&#039;, key_buffer_size (or key_buffer), Key_read_requests and Key_reads and memory.&lt;/p&gt;&lt;p&gt;I&#039;m going to talk mostly about MySQL 5 and MySQL 5.1 database tuning. The basics apply to all version but in 5 and 5.1 there are additional parameters not available in previous versions. I&#039;m asuming you are familair with terms as: web servers, indexes, MyISAM, InnoDB, tables, databases, Linux file system (most I talk about applies to windows builds also) &lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://blog.dynom.nl/archives/MySQL-5-optimizing_20071009_10.html#extended&quot;&gt;Continue reading &quot;MySQL 5 optimizing&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 09 Oct 2007 11:20:18 +0200</pubDate>
    <guid isPermaLink="false">http://blog.dynom.nl/archives/guid_20071009_10.html</guid>
    <category>mysql</category>
<category>optimizing</category>

</item>

</channel>
</rss>