<?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>MySQL-dump - Scaleout and Tuning</title>
    <link>http://mysqldump.azundris.com/</link>
    <description>my life with MySQL</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:mysqldump@mysqldump.azundris.com" />
    <generator>Serendipity 1.2-beta2 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://mysqldump.azundris.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: MySQL-dump - Scaleout and Tuning - my life with MySQL</title>
        <link>http://mysqldump.azundris.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Seven times faster commit speed in Windows?</title>
    <link>http://mysqldump.azundris.com/archives/73-Seven-times-faster-commit-speed-in-Windows.html</link>
            <category>Scaleout and Tuning</category>
    
    <comments>http://mysqldump.azundris.com/archives/73-Seven-times-faster-commit-speed-in-Windows.html#comments</comments>
    <wfw:comment>http://mysqldump.azundris.com/wfwcomment.php?cid=73</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://mysqldump.azundris.com/rss.php?version=2.0&amp;type=comments&amp;cid=73</wfw:commentRss>
    

    <author>kris@koehntopp.de (Kristian Köhntopp)</author>
    <content:encoded>
    According to my findings in &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=597&amp;amp;entry_id=73&quot; title=&quot;http://bugs.mysql.com/bug.php?id=31876&quot;  onmouseover=&quot;window.status=&#039;http://bugs.mysql.com/bug.php?id=31876&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Bug #31876&lt;/a&gt;, MySQL does not commit data to disk in Windows using the same method MS SQL Server and DB/2 are using. The method MySQL uses appears to be seven times slower in pathological scenarios.&lt;br /&gt;
&lt;br /&gt;
The bug report contains a patch - thanks to the MySQL WTF (The Windows Task Force) and the lab provided by the customer for helping me to find that.&lt;br /&gt;
&lt;br /&gt;
Does this work for you? I want to hear about your test results.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 31 Oct 2007 14:35:51 +0100</pubDate>
    <guid isPermaLink="false">http://mysqldump.azundris.com/archives/73-guid.html</guid>
    
</item>
<item>
    <title>Rubyisms</title>
    <link>http://mysqldump.azundris.com/archives/72-Rubyisms.html</link>
            <category>Ruby</category>
            <category>Scaleout and Tuning</category>
    
    <comments>http://mysqldump.azundris.com/archives/72-Rubyisms.html#comments</comments>
    <wfw:comment>http://mysqldump.azundris.com/wfwcomment.php?cid=72</wfw:comment>

    <slash:comments>20</slash:comments>
    <wfw:commentRss>http://mysqldump.azundris.com/rss.php?version=2.0&amp;type=comments&amp;cid=72</wfw:commentRss>
    

    <author>kris@koehntopp.de (Kristian Köhntopp)</author>
    <content:encoded>
    Lately, I have had opportunity to evaluate a very large Ruby installation that also was growing very quickly. A lot of the work performed on site has been specific to the site, but other observations are true for the platform no matter what is being done on it. This article is about Ruby On Rails and its interaction with MySQL in general.&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://mysqldump.azundris.com/archives/72-Rubyisms.html#extended&quot;&gt;Continue reading &quot;Rubyisms&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 11 Jul 2007 18:25:54 +0200</pubDate>
    <guid isPermaLink="false">http://mysqldump.azundris.com/archives/72-guid.html</guid>
    
</item>
<item>
    <title>Changing everything</title>
    <link>http://mysqldump.azundris.com/archives/69-Changing-everything.html</link>
            <category>Scaleout and Tuning</category>
    
    <comments>http://mysqldump.azundris.com/archives/69-Changing-everything.html#comments</comments>
    <wfw:comment>http://mysqldump.azundris.com/wfwcomment.php?cid=69</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://mysqldump.azundris.com/rss.php?version=2.0&amp;type=comments&amp;cid=69</wfw:commentRss>
    

    <author>kris@koehntopp.de (Kristian Köhntopp)</author>
    <content:encoded>
    This article does not even contain the words database or MySQL. I still believe it is somewhat interesting.&lt;br /&gt;
&lt;br /&gt;
Mail has, for some reason, always been playing a big role in my life. I have been running mail for two, my girlfriend and me, in 1988. I have been running mail for 20 and 200 people in 1992, setting up a citizens network. Later I designed and built mail systems for 2 000 and 20 000 person corporations, and planned mail server clusters for 200 000 and 2 million users. And just before I became a consultant at MySQL I was working for a shop that did mail for a living for 20 million users.&lt;br /&gt;
&lt;br /&gt;
Mail is a very simple and well defined collection of services. You accept incoming messages to local users, you implement relaying for your local users with POP-before-SMTP and SMTP AUTH, you build POP, IMAP and webmail accesses, and you deploy spam filter systems and virus scanners for incoming and outgoing messages. This services collection does hardly change when you go from 2 to 20 million users  maybe the larger systems will also provide additional services such as portal services, a news server or other more directed stuff, but that is just fluff outside of the scope of the mail system. The solutions, though, are very different, and very much dependent on the scale of your operations.&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://mysqldump.azundris.com/archives/69-Changing-everything.html#extended&quot;&gt;Continue reading &quot;Changing everything&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 13 Jun 2007 07:59:43 +0200</pubDate>
    <guid isPermaLink="false">http://mysqldump.azundris.com/archives/69-guid.html</guid>
    
</item>
<item>
    <title>Statification</title>
    <link>http://mysqldump.azundris.com/archives/59-Statification.html</link>
            <category>PHP</category>
            <category>Scaleout and Tuning</category>
    
    <comments>http://mysqldump.azundris.com/archives/59-Statification.html#comments</comments>
    <wfw:comment>http://mysqldump.azundris.com/wfwcomment.php?cid=59</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://mysqldump.azundris.com/rss.php?version=2.0&amp;type=comments&amp;cid=59</wfw:commentRss>
    

    <author>kris@koehntopp.de (Kristian Köhntopp)</author>
    <content:encoded>
    In &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=519&amp;amp;entry_id=59&quot; title=&quot;http://sheeri.com/archives/102&quot;  onmouseover=&quot;window.status=&#039;http://sheeri.com/archives/102&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Semi-Dynamic Data&lt;/a&gt;, Sheeri writes about Semi-Dynamic Data and content pregeneration. In her article, she suggests that for rarely changing data it is often adviseable to precompute the result pages and store them as static content. Sheeri is right: &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=520&amp;amp;entry_id=59&quot; title=&quot;http://mysqldump.azundris.com/archives/37-Serving-Images-from-a-File-System.html&quot;  onmouseover=&quot;window.status=&#039;http://mysqldump.azundris.com/archives/37-Serving-Images-from-a-File-System.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Nothing beats static content&lt;/a&gt;, not for speed and neither for reliability. But pregenerated pages can be a waste of system ressources when the number of possible pages is very large, or if most of the pregenerated pages are never hit.&lt;br /&gt;
&lt;br /&gt;
An intermediate scenario may be a statification system and some clever caching logic.&lt;br /&gt;
&lt;br /&gt;
Statification is the process of putting your content generation code into a 404 page handler and have that handler generate requested content. The idea is that on a second request the content will be there and thus a static file is being served with a 200 OK, using the fast path of the web server. &lt;br /&gt;
&lt;br /&gt;
A typical example for this kind of task would be a script that generates its name as a PNG: By requesting &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=521&amp;amp;entry_id=59&quot; title=&quot;http://vvv.k6p.de/statify/example.png&quot;  onmouseover=&quot;window.status=&#039;http://vvv.k6p.de/statify/example.png&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;http://vvv.k6p.de/statify/example.png&lt;/a&gt;, we are returning a PNG image that contains the text &quot;example&quot; - the number of potential PNGs is infinite, and we cannot possibly precalculate all of them. But a few PNGs are requested over and over - most likely because we are referencing them via some IMG tags in some HTML pages. It would be pointless to generate them again and again for each requester, because these images never change.&lt;br /&gt;
&lt;br /&gt;
Here is how to do it, using PHP:&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://mysqldump.azundris.com/archives/59-Statification.html#extended&quot;&gt;Continue reading &quot;Statification&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 17 Aug 2006 20:58:33 +0200</pubDate>
    <guid isPermaLink="false">http://mysqldump.azundris.com/archives/59-guid.html</guid>
    
</item>
<item>
    <title>Dealing with failure - the key to scaleout</title>
    <link>http://mysqldump.azundris.com/archives/58-Dealing-with-failure-the-key-to-scaleout.html</link>
            <category>Scaleout and Tuning</category>
    
    <comments>http://mysqldump.azundris.com/archives/58-Dealing-with-failure-the-key-to-scaleout.html#comments</comments>
    <wfw:comment>http://mysqldump.azundris.com/wfwcomment.php?cid=58</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://mysqldump.azundris.com/rss.php?version=2.0&amp;type=comments&amp;cid=58</wfw:commentRss>
    

    <author>kris@koehntopp.de (Kristian Köhntopp)</author>
    <content:encoded>
    &lt;div class=&quot;serendipity_imageComment_right&quot; style=&quot;width: 110px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&quot;http://mysqldump.azundris.com/exit.php?url_id=499&amp;amp;entry_id=58&quot; title=&quot;http://blog.koehntopp.de/uploads/scale.jpg&quot;  onmouseover=&quot;window.status=&#039;http://blog.koehntopp.de/uploads/scale.jpg&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;&lt;!--s9ymdb:4023--&gt;&lt;img width=&#039;110&#039; height=&#039;83&#039;  src=&quot;http://blog.koehntopp.de/uploads/scale.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Scaling Patterns&lt;/div&gt;&lt;/div&gt; This is a translation of a &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=500&amp;amp;entry_id=58&quot; title=&quot;http://blog.koehntopp.de/archives/1349-Leben-mit-Fehlern-der-Schluessel-zum-Scaleout.html&quot;  onmouseover=&quot;window.status=&#039;http://blog.koehntopp.de/archives/1349-Leben-mit-Fehlern-der-Schluessel-zum-Scaleout.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;german language article&lt;/a&gt; I wrote two weeks ago for my german language blog.&lt;br /&gt;
&lt;br /&gt;
In 2004, when I was still working for &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=501&amp;amp;entry_id=58&quot; title=&quot;http://www.web.de&quot;  onmouseover=&quot;window.status=&#039;http://www.web.de&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;web.de&lt;/a&gt;, I gave a little talk on  &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=502&amp;amp;entry_id=58&quot; title=&quot;http://kris.koehntopp.de/artikel/linuxtag/&quot;  onmouseover=&quot;window.status=&#039;http://kris.koehntopp.de/artikel/linuxtag/&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Scaleout&lt;/a&gt; on Linuxtag. Even back then &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=503&amp;amp;entry_id=58&quot; title=&quot;http://kris.koehntopp.de/artikel/linuxtag/img4.html&quot;  onmouseover=&quot;window.status=&#039;http://kris.koehntopp.de/artikel/linuxtag/img4.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;one major message&lt;/a&gt; of the talk was &quot;Every read problem is a cache problem&quot; and &quot;Every write problem is a problem of distribution and batching&quot;:&lt;br /&gt;
&lt;br /&gt;
To scale, you have to partition your application into smaller subsystems and replicate the data. The replication should be asynchronous, not using two phase commit (2pc), or the gain will be smaller to nothing. Writes must be delayed and batched, so they can be handled more efficiently. To avoid bottlenecks, data storage should be decentralized and a central database should be avoided.&lt;br /&gt;
&lt;br /&gt;
That is often contradictory to what traditional database classes at university teach: It is insecure, you are working with false or outdated data and you don&#039;t even know at all time if everything worked out the way you imagined it should have.&lt;br /&gt;
&lt;br /&gt;
It has an important advantage: It works. And it scales.&lt;br /&gt;
&lt;br clear=&#039;all&#039; /&gt; &lt;br /&gt;&lt;a href=&quot;http://mysqldump.azundris.com/archives/58-Dealing-with-failure-the-key-to-scaleout.html#extended&quot;&gt;Continue reading &quot;Dealing with failure - the key to scaleout&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 12 Aug 2006 10:33:12 +0200</pubDate>
    <guid isPermaLink="false">http://mysqldump.azundris.com/archives/58-guid.html</guid>
    
</item>
<item>
    <title>Serving Images from a File System</title>
    <link>http://mysqldump.azundris.com/archives/37-Serving-Images-from-a-File-System.html</link>
            <category>Scaleout and Tuning</category>
    
    <comments>http://mysqldump.azundris.com/archives/37-Serving-Images-from-a-File-System.html#comments</comments>
    <wfw:comment>http://mysqldump.azundris.com/wfwcomment.php?cid=37</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://mysqldump.azundris.com/rss.php?version=2.0&amp;type=comments&amp;cid=37</wfw:commentRss>
    

    <author>kris@koehntopp.de (Kristian Köhntopp)</author>
    <content:encoded>
    In &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=314&amp;amp;entry_id=37&quot; title=&quot;http://mysqldump.azundris.com/archives/36-Serving-Images-From-A-Database.html&quot;  onmouseover=&quot;window.status=&#039;http://mysqldump.azundris.com/archives/36-Serving-Images-From-A-Database.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Serving Images from a Database&lt;/a&gt;, Sheeri responded to me: &lt;blockquote&gt;I appreciate your ideas, but you haven&#039;t read what I&#039;ve written: &quot;the sheer number of files is enough to kill any os.&quot;&lt;br /&gt;
 &lt;br /&gt;
I&#039;m serious about that. we&#039;re talking 36 million images -- that&#039;s 36 million files (no thumbnails, they&#039;re all reduced size) plus directories to store them in. We have cacheing tuned very well, and it&#039;s still kills the OS. &lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Here is what I tried to simulate that:&lt;br /&gt;
&lt;br /&gt;
I took my new Strato MR2. It is currently running tor, INN and MySQL. There are two &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=315&amp;amp;entry_id=37&quot; title=&quot;http://www.google.com/search?client=safari&amp;amp;rls=appLanguage&amp;amp;q=HDS722516VLSA80&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&quot;  onmouseover=&quot;window.status=&#039;http://www.google.com/search?client=safari&amp;amp;rls=appLanguage&amp;amp;q=HDS722516VLSA80&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;  class=&quot;bb-url&quot;&gt;HDS722516VLSA80&lt;/a&gt; 160 GB SATA HDDs. These disks are rated at &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=316&amp;amp;entry_id=37&quot; title=&quot;http://www.wave.no/database_images/query?raw=1&amp;amp;query_string=1/13/1/793&quot;  onmouseover=&quot;window.status=&#039;http://www.wave.no/database_images/query?raw=1&amp;amp;query_string=1/13/1/793&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;  class=&quot;bb-url&quot;&gt;8.8ms avg seek time&lt;/a&gt;, so there are 113 seeks in a second with this disk.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://mysqldump.azundris.com/archives/37-Serving-Images-from-a-File-System.html#extended&quot;&gt;Continue reading &quot;Serving Images from a File System&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 14 Mar 2006 12:40:20 +0100</pubDate>
    <guid isPermaLink="false">http://mysqldump.azundris.com/archives/37-guid.html</guid>
    
</item>
<item>
    <title>Serving Images From A Database</title>
    <link>http://mysqldump.azundris.com/archives/36-Serving-Images-From-A-Database.html</link>
            <category>Scaleout and Tuning</category>
    
    <comments>http://mysqldump.azundris.com/archives/36-Serving-Images-From-A-Database.html#comments</comments>
    <wfw:comment>http://mysqldump.azundris.com/wfwcomment.php?cid=36</wfw:comment>

    <slash:comments>26</slash:comments>
    <wfw:commentRss>http://mysqldump.azundris.com/rss.php?version=2.0&amp;type=comments&amp;cid=36</wfw:commentRss>
    

    <author>kris@koehntopp.de (Kristian Köhntopp)</author>
    <content:encoded>
    &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=310&amp;amp;entry_id=36&quot; title=&quot;http://sheeri.com/archives/39&quot;  onmouseover=&quot;window.status=&#039;http://sheeri.com/archives/39&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Sheeri&lt;/a&gt; wrote: &lt;blockquote&gt;So, most of the &amp;#8220;I want images in MySQL&amp;#8221; conversations are terminated with &amp;#8220;Don&amp;#8217;t.&amp;#8221;&lt;/blockquote&gt; People do say this for a reason. Here is the story of your request going through the system: &lt;br /&gt;&lt;a href=&quot;http://mysqldump.azundris.com/archives/36-Serving-Images-From-A-Database.html#extended&quot;&gt;Continue reading &quot;Serving Images From A Database&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 10 Mar 2006 21:22:20 +0100</pubDate>
    <guid isPermaLink="false">http://mysqldump.azundris.com/archives/36-guid.html</guid>
    
</item>
<item>
    <title>Adventures in the Simple and the Complex</title>
    <link>http://mysqldump.azundris.com/archives/31-Adventures-in-the-Simple-and-the-Complex.html</link>
            <category>Scaleout and Tuning</category>
    
    <comments>http://mysqldump.azundris.com/archives/31-Adventures-in-the-Simple-and-the-Complex.html#comments</comments>
    <wfw:comment>http://mysqldump.azundris.com/wfwcomment.php?cid=31</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://mysqldump.azundris.com/rss.php?version=2.0&amp;type=comments&amp;cid=31</wfw:commentRss>
    

    <author>kris@koehntopp.de (Kristian Köhntopp)</author>
    <content:encoded>
    In &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=298&amp;amp;entry_id=31&quot; title=&quot;http://mike.kruckenberg.com/archives/2005/12/is_mysql_simple.html&quot;  onmouseover=&quot;window.status=&#039;http://mike.kruckenberg.com/archives/2005/12/is_mysql_simple.html&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Is MySQL simple or complex (or both)?&lt;/a&gt;, Mike Kruckenberg asks: &lt;blockquote&gt;So the question is . . . What happens to the people who really just wanted a simple, no frills, easy to use database. Based on the message, MySQL is no longer the database for them. Right?&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
MySQL 5.0 has gained a lot of features, and some of these features such as the procedural extensions, are as often a benefit for a project as they are creating problems for a project due to feature abuse. Having more features makes the product larger and more complex as well. So, yes, 5.0 is a lot more complex than older versions, and it carries around a lot of baggage that many traditional MySQL users don&#039;t need - and yet the same features are crucial for others.&lt;br /&gt;
&lt;br /&gt;
This dilemma one reason why I look forward to the beginnings of modularization that we see with 5.1 - loadable fulltext parsers are only a beginning. Ultimately, I hope to see loadable storage engines together with loadable SQL syntax extensions (loading a storage engine also extends at least CREATE TABLE and ALTER TABLE syntax with the options needed for these extensions), and perhaps even loadable everything such as loadable stored procedure interpreters - CREATE SP LANGUAGE AS &quot;/usr/lib/libperl.so&quot; or similar, if you like it.&lt;br /&gt;
&lt;br /&gt;
Growing in such a direction would make MySQL at the same time a simpler tool than before - in an ideal world, the core would have no features at all besides a DSO loader. At the same time it would turn MySQL into something more flexible and complex than ever before - a data storage and retrieval framework that can ultimately mix and match extensions as you need them for your project and contains only the code and functionality that you need. And if something is missing, just write it yourself. Write only what is missing and merge it with the rest within the framework.&lt;br /&gt;
&lt;br /&gt;
(Disclaimer: /me is a MySQL employee, but the above is my vision of MySQL, and it may or may not differ from the company vision. :-)&lt;br /&gt;
(title with apologies to &lt;a href=&quot;http://mysqldump.azundris.com/exit.php?url_id=299&amp;amp;entry_id=31&quot; title=&quot;http://www.amazon.com/gp/product/0716727250&quot;  onmouseover=&quot;window.status=&#039;http://www.amazon.com/gp/product/0716727250&#039;;return true;&quot; onmouseout=&quot;window.status=&#039;&#039;;return true;&quot;&gt;Murray Gell-Mann&lt;/a&gt;) 
    </content:encoded>

    <pubDate>Wed, 14 Dec 2005 21:50:16 +0100</pubDate>
    <guid isPermaLink="false">http://mysqldump.azundris.com/archives/31-guid.html</guid>
    
</item>

</channel>
</rss>