<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Segment7: MySQL is Dum</title>
    <link>http://blog.segment7.net/articles/2006/02/25/mysql-is-dum</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>The Blog</description>
    <item>
      <title>MySQL is Dum</title>
      <description>&lt;p&gt;How hard is it to write data until the disk fills up?  Creating more than 4GB of data isn&amp;#8217;t that difficult, so shouldn&amp;#8217;t the database be able to work with that much data out of the box?

&lt;p&gt;How hard is it to write data to a table in-order when using &lt;code&gt;INSERT INTO SELECT&lt;/code&gt;?

&lt;p&gt;&lt;strong&gt;&lt;span class="caps"&gt;UPDATE&lt;/span&gt;:&lt;/strong&gt; Seriously!

&lt;pre&gt;&amp;lt;samp&amp;gt;mysql&amp;amp;gt; delete from [...] where timestamp &amp;lt; [...];
Query OK, 35759328 rows affected (57 min 13.77 sec)&amp;lt;/samp&amp;gt;&lt;/pre&gt;
</description>
      <pubDate>Sat, 25 Feb 2006 16:39:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:fb8050bd69f06300440e52b1cad9924c</guid>
      <author>drbrain@segment7.net (Eric Hodel)</author>
      <link>http://blog.segment7.net/articles/2006/02/25/mysql-is-dum</link>
      <category>MySQL</category>
    </item>
    <item>
      <title>"MySQL is Dum" by thomas quas</title>
      <description>&lt;p&gt;Just check the obvious: is there an index on timestamp? You might want to try &amp;#8216;explain select &amp;#8230; where timestamp &amp;lt; ...&amp;#8217; which gives you information about how the database optimizes the statement. More detail can be found at &lt;a href="http://dev.mysql.com/doc/refman/5.0/en/explain.html" rel="nofollow"&gt;http://dev.mysql.com/doc/refman/5.0/en/explain.html&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Hope this helps.&lt;/p&gt;</description>
      <pubDate>Sat, 25 Feb 2006 16:39:31 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:</guid>
      <link>http://blog.segment7.net/articles/2006/02/25/mysql-is-dum#comment-62</link>
    </item>
    <item>
      <title>"MySQL is Dum" by Eric Hodel</title>
      <description>&lt;p&gt;To be honest, I hate this table since it only gets used for one thing but we must keep the data around.  Ordinarily we don&amp;#8217;t do anything via the timestamp column.&lt;/p&gt;</description>
      <pubDate>Sat, 25 Feb 2006 16:39:31 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:</guid>
      <link>http://blog.segment7.net/articles/2006/02/25/mysql-is-dum#comment-70</link>
    </item>
  </channel>
</rss>
