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

<rss version='2.0' 
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:doap="http://usefulinc.com/ns/doap#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <channel>
        <!-- This XML Feed shows details for the page kaj 
             and everything recently tagged kaj -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>kaj on SWiK</title>
        <doap:name>kaj</doap:name>
        <doap:description></doap:description>
        <description></description> 
	  <!-- see doap:description for full description -->
        <link>http://swik.net/kaj</link>
        <doap:homepage></doap:homepage>
        
        <pubDate></pubDate>
        <lastBuildDate></lastBuildDate>
            
        <item>
            <title>MySQL?s cloudy new database project</title>
            <link>http://swik.net/MySQL/Planet+MySQL/MySQL%3Fs+cloudy+new+database+project/ca9w6</link>
            <description>&lt;p&gt;When Sun &lt;a href=&quot;http://www.sun.com/aboutsun/pr/2008-01/sunflash.20080116.1.xml&quot;&gt;acquired&lt;/a&gt; MySQL and announced that it would invest the resources necessary to position the open source database for mission-critical deployments, I think everyone assumed that the database would eventually become bigger and heavier.&lt;/p&gt;
&lt;p&gt;Few would have predicted that we would also see a project that would make the database smaller and lighter, but that is exactly what &lt;a href=&quot;https://launchpad.net/drizzle&quot;&gt;Drizzle&lt;/a&gt;, a new project from Sun&amp;#8217;s MySQL director of architecture Brian Aker, is all about.&lt;/p&gt;
&lt;p&gt;Drizzle is taking a back-to-the-drawing-board approach to refactoring MySQL by ripping out much of the additional enterprise functionality that has gone into it since version 4.1 and focusing on the demands of a core set of applications. &lt;/p&gt;
&lt;p&gt;As Brian &lt;a href=&quot;http://krow.livejournal.com/602409.html&quot;&gt;explains&lt;/a&gt; : &amp;#8220;Stored Procedures, Views, Triggers, Query Cache, and Prepared Statements are gone for now. The field types have been simplified and there is an open debate about the SHOW commands (I am falling into the camp that think they may just belong in the client application but not in the server). Will any of this go back in? It is hard to say. The goal right now is to target a certain class of applications/developers and see if this is useful. As an example:&lt;/p&gt;
&lt;p&gt;1) Web based apps.&lt;br/&gt;
2) Cloud components.&lt;br/&gt;
3) Databases without business logic (aka stored procedures).&lt;br/&gt;
4) Multi-Core architecture.&amp;#8221;&lt;/p&gt;
&lt;p&gt;The project also has a more community-centric development philosophy, although it is not clear from the &lt;a href=&quot;http://bazaar.launchpad.net/%7Edrizzle-developers/drizzle/development/annotate/205?file_id=drizzle.faq-20080625052902-61bbthtf22shh0p6-4&quot;&gt;FAQ&lt;/a&gt; what the copyright implications are for would-be contributors.&lt;/p&gt;
&lt;p&gt;Brian announced the project with the caveat that it is &amp;#8220;not looking to be 100% compatible with MySQL&amp;#8221; and &amp;#8220;certainly not a replacement for MySQL&amp;#8221; which is important to consider, but the project clearly has the &lt;a href=&quot;http://monty-says.blogspot.com/2008/07/what-if.html&quot;&gt;blessing&lt;/a&gt; of MySQL CTO Monty Widenius who has stated that &amp;#8220;Drizzle solves many of the problems that MySQL&amp;#8217;s development has had for years.&amp;#8221;&lt;/p&gt;
&lt;p&gt;Among the benefits noted by Monty are:&lt;/p&gt;
&lt;p&gt;    * &amp;#8220;It opens up MySQL development for the community; You no longer have to wait years to get your patches and reasonable extensions into the server.&lt;/p&gt;
&lt;p&gt;    * Critical bugs that have existed for years can finally get fixed as the development is no longer constrained by unrealistic release schedules that put artificial constraints on things that can be fixed.&lt;/p&gt;
&lt;p&gt;    * Drizzle will put some MySQL server differentiation on a true test; A bit like Fedora does to Red Hat.&lt;/p&gt;
&lt;p&gt;    * Drizzle has created new excitement in the MySQL developer community; A lot of people seem to be very enthusiastic to work on it in a true community-oriented manner.&lt;/p&gt;
&lt;p&gt;    * Developers working on Drizzle is doing drastic refactoring of the server, something that MySQL planned to do years ago but never happened.&lt;/p&gt;
&lt;p&gt;    * Development decisions is again driven by people that are using the server daily; This will ensure that Drizzle will be faster and more stable than what can be done with current MySQL development model&lt;/p&gt;
&lt;p&gt;    * Drizzle will target the MySQL core users, the web users, whose requirements have been ignored for years while the core MySQL developers have added features that they don&amp;#8217;t need.&lt;/p&gt;
&lt;p&gt;    * In addition Drizzle will include the latest InnoDB code; You don&amp;#8217;t have to wait for MySQL 6.0 or go to the trouble of annually downloadoing and installing the InnoDB plugin from Oracle just to get access to the latest and fastest InnoDB version.&amp;#8221;&lt;/p&gt;
&lt;p&gt;It is interesting to see Monty mention Drizzle as a potential Fedora-like project, especially given his link to ProvenScaling&amp;#8217;s &lt;a href=&quot;http://mirror.provenscaling.com/&quot;&gt;publication&lt;/a&gt; of MySQL sources and binaries and a blog &lt;a href=&quot;http://www.mysqlperformanceblog.com/2008/07/01/should-we-proclaim-mysql-community-edition-dead/&quot;&gt;post&lt;/a&gt; from Peter Zaitsev wondering whether it makes MySQL Community redundant.&lt;/p&gt;
&lt;p&gt;It would be wrong to claim that as an official endorsement, but MySQL is clearly not trying to discourage community-led projects while it has also &lt;a href=&quot;http://blogs.mysql.com/kaj/2008/06/19/version-control-thanks-bitkeeper-welcome-bazaar/&quot;&gt;moved&lt;/a&gt; its sources to Bazaar and &lt;a href=&quot;https://launchpad.net/mysql&quot;&gt;Launchpad&lt;/a&gt; to (as Kaj Arno puts it) &amp;#8220;expand our external contributor base&amp;#8221;.&lt;/p&gt;
&lt;p&gt;All in all it is fascinating to see that MySQL, which many would consider one of the more mature open source projects, &lt;a href=&quot;http://blogs.the451group.com/opensource/2008/04/17/mysqls-business-model-in-a-state-of-flux/&quot;&gt;continues&lt;/a&gt; to evolve and experiment, especially now it has more freedom to do so as part of Sun. As Monty says:&lt;/p&gt;
&lt;p&gt;&amp;#8220;Drizzle is one of the good things that have been made possible by Sun acquiring MySQL. Brian has been working on Drizzle with the blessing and encouragement from Sun&amp;#8217;s upper management. We are finding Sun to be open and encouraging of innovation, this has been a good aspect of the acquisition.&amp;#8221;&lt;/p&gt;
&lt;img src=&quot;http://feeds.the451group.com/~r/451opensource/~4/343597642&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
            
            <pubDate>Wed, 23 Jul 2008 08:50:45 -0700</pubDate>
        </item>
            
        <item>
            <title>MySQL 6.2 is GA, but 5.1 is RC and 6.0 is alpha</title>
            <link>http://swik.net/MySQL/Planet+MySQL/MySQL+6.2+is+GA%2C+but+5.1+is+RC+and+6.0+is+alpha/b5r7g</link>
            <description>&lt;p&gt;MySQL&amp;#8217;s version numbering is getting harder and harder to understand.  In fact, it&amp;#8217;s getting surreal.&lt;/p&gt;

&lt;p&gt;Let me state up front that there&amp;#8217;s probably a lot I don&amp;#8217;t know here.  But if I don&amp;#8217;t know, how on earth can the general public figure it out?&lt;/p&gt;

&lt;p&gt;Before we begin, let&amp;#8217;s define terms: GA is completely done, ready for use.  RC is a release candidate: don&amp;#8217;t change anything, just fix bugs because we&amp;#8217;re charging towards a release here.  Beta is possibly unsafe code, use at your own risk.  Alpha is known to have significant bugs, but if you&amp;#8217;re curious please play with it.&lt;/p&gt;

&lt;p&gt;Now for the releases/versions game.  Let&amp;#8217;s recap:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;5.0 has version numbers that leapfrog each other in features and functionality. SHOW PROFILES &amp;#8212; now you see it, now you don&amp;#8217;t.&lt;/li&gt;
&lt;li&gt;5.1 has been &amp;#8220;&amp;#8230; &lt;a href=&quot;http://www.eweek.com/c/a/Database/CEO-Calls-MySQLs-the-Ferrari-of-Databases/&quot;&gt;released to general availability [as] a near-final release candidate&lt;/a&gt;,&amp;#8221; whatever that means.&lt;/li&gt;
&lt;li&gt;5.1 has just had drastic changes in the RC stage.  (&lt;a href=&quot;http://dev.mysql.com/doc/refman/5.1/en/news-5-1-24.html&quot;&gt;Remove Federated in 5.1.24&lt;/a&gt;, &lt;a href=&quot;http://www.mysqlperformanceblog.com/2008/05/20/too-dangerous-command/&quot;&gt;remove RENAME DATABASE&lt;/a&gt;, &lt;a href=&quot;http://blogs.mysql.com/kaj/2008/05/23/mysql-clusters-improved-release-model/&quot;&gt;remove Cluster&lt;/a&gt;.)  And it&amp;#8217;s going to have more changes before it&amp;#8217;s released, too: &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.1/en/news-5-1-24.html&quot;&gt;Federated will be added back in 5.1.25&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;5.2 doesn&amp;#8217;t exist.  Last year at the MySQL conference, someone made an abrupt decision to skip 5.2 and inflate the version numbers to 6.0, which has big changes in the query optimizer and other areas.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://blogs.sun.com/theaquarium/entry/mysql_6_0_is_alpha&quot;&gt;6.0 is alpha, but it includes Falcon, which is beta&lt;/a&gt; even though &lt;a href=&quot;http://bugs.mysql.com/bug.php?id=36296&quot;&gt;Falcon has extremely bad bugs that its developers claim are not bugs&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;6.1 doesn&amp;#8217;t exist as far as I know.&lt;/li&gt;
&lt;li&gt;6.2 not only exists, but it is GA.  Not only that, but it just&amp;#8230; appeared as GA, as far as I know.  No RC stage, no nothing &amp;#8212; at least, nothing on the MySQL website that I see (certainly no manual version).  It went from nonexistent to GA instantaneously as far as I know.  It was created by &lt;a href=&quot;http://johanandersson.blogspot.com/2008/05/mysql-cluster-62-officially-released.html&quot;&gt;extracting the Cluster code from 5.1&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;6.2 is GA, but 5.1 is RC.&lt;/li&gt;
&lt;li&gt;6.2 is GA, but 6.1 doesn&amp;#8217;t exist as far as I know.&lt;/li&gt;
&lt;li&gt;6.2 is GA, but 6.0 is alpha.  (Hopefully you see the pattern here.)&lt;/li&gt;
&lt;li&gt;6.2 is GA, but presumably does not include the changes made in 6.0, since it was derived from 5.1&amp;#8217;s code.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What is going on here?&lt;/p&gt;

&lt;p&gt;How is this an &lt;a href=&quot;http://blogs.mysql.com/kaj/2008/05/23/mysql-clusters-improved-release-model/&quot;&gt;improved release model&lt;/a&gt;?  What is improved about this?&lt;/p&gt;

&lt;p&gt;How in the world can anyone figure out what versions of the software have what features?  Who can make an educated decision about what product to use in this situation?  Are people supposed to just rely on the sales people to help them figure out what to use?  Boy, is that trusting the fox to guard the henhouse.&lt;/p&gt;

&lt;p&gt;Why didn&amp;#8217;t they just release 5.1 Cluster as GA separately, if that reflected the reality in the code?  They certainly missed an opportunity to show some progress on 5.1.  As it is, 5.1 got robbed of its chance to have at least some of its code go GA after more than 2.5 years in development.  Now 5.1 looks like even more of an embarrassment &amp;#8212; hey 5.1 team, how come you can&amp;#8217;t get anything out the door when these 6.2 people are releasing GA products?  Not to mention 6.0 &amp;#8212; you guys look bad now too! (Just kidding.)&lt;/p&gt;

&lt;p&gt;I tried to draw a timeline of MySQL&amp;#8217;s release history, in some detail in the 5.0 history and in very basic detail in the 5.1 and 6.0 and 6.2 trees.  You can take a look at that.  It&amp;#8217;s worth studying for 5 minutes or so, even though it&amp;#8217;s kind of ugly.  There are lots of oddities to notice about it.  Enjoy:&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://www.xaprb.com/blog/wp-content/uploads/2008/05/mysql-timeline.png&quot; title=&quot;MySQL release timeline&quot;&gt;&lt;img src=&quot;http://www.xaprb.com/blog/wp-content/uploads/2008/05/mysql-timeline.thumbnail.png&quot; alt=&quot;MySQL release timeline&quot;/&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;The &lt;a href=&quot;http://www.mysql.com/about/contact/sales.html&quot;&gt;inmates&lt;/a&gt; are running the &lt;a href=&quot;http://www.mysql.com/&quot;&gt;asylum&lt;/a&gt;.  This gets more and more amusing as time goes on.&lt;/p&gt;&lt;a href=&quot;http://www.xaprb.com/blog/tag/humor/&quot; rel=&quot;tag&quot;&gt;humor&lt;/a&gt;, &lt;a href=&quot;http://www.xaprb.com/blog/tag/kaj-arno/&quot; rel=&quot;tag&quot;&gt;Kaj Arno&lt;/a&gt;, &lt;a href=&quot;http://www.xaprb.com/blog/tag/mysql/&quot; rel=&quot;tag&quot;&gt;mysql&lt;/a&gt;, &lt;a href=&quot;http://www.xaprb.com/blog/tag/mysql-cluster/&quot; rel=&quot;tag&quot;&gt;MySQL Cluster&lt;/a&gt;</description>
            
            <pubDate>Fri, 23 May 2008 21:13:58 -0700</pubDate>
        </item>
            
        <item>
            <title>MySQL licensing redux</title>
            <link>http://swik.net/MySQL/Planet+MySQL/MySQL+licensing+redux/b4vzw</link>
            <description>&lt;p&gt;&lt;a href=&quot;http://blogs.the451group.com/opensource/2008/04/17/mysqls-business-model-in-a-state-of-flux/&quot;&gt;After&lt;/a&gt; &lt;a href=&quot;http://blogs.the451group.com/opensource/2008/04/21/trying-to-keep-the-customer-satisfied/&quot;&gt;all&lt;/a&gt; &lt;a href=&quot;http://blogs.the451group.com/opensource/2008/04/24/finding-the-right-balance-mysql%e2%80%99s-changing-development-model/&quot;&gt;the&lt;/a&gt; &lt;a href=&quot;http://blogs.the451group.com/opensource/2008/04/28/jonathan-schwartz-has-the-last-word-on-mysql/&quot;&gt;fuss&lt;/a&gt; it appears that MySQL will be remaining open source after all. As Kaj Arno and Monty Widenius report, Marten Mickos announced at CommunityOne that the MySQL Server will stay open source, as well as the forthcoming encryption and compression backup features, which MySQL had considered making available only to paying customers.&lt;/p&gt;
&lt;p&gt;&amp;#8220;The change comes from MySQL now being part of Sun Microsystems. Our initial plans were made for a company considering an IPO, but made less sense in the context of Sun, a large company with a whole family of complementary open source software and hardware products,&amp;#8221; &lt;a href=&quot;http://blogs.mysql.com/kaj/2008/05/06/mysql-server-is-open-source-even-backup-extensions/&quot;&gt;writes&lt;/a&gt; Kaj.&lt;/p&gt;
&lt;p&gt;&amp;#8220;My hope is that the experiment when it comes to closed source extensions developed by Sun is now ended. As far as I know, there is no existing plans for any closed source extensions to the MySQL server,&amp;#8221; &lt;a href=&quot;http://monty-says.blogspot.com/2008/05/back-to-future.html&quot;&gt;adds&lt;/a&gt; Monty.&lt;/p&gt;
&lt;p&gt;While that seems pretty clear cut, there is still room for a little confusion. Kaj writes: &amp;#8220;To financially support MySQL?s free and open source platform, we have a business model which allows both community and commercial add-ons, and we remain committed to it.&amp;#8221;&lt;/p&gt;
&lt;p&gt;Monty clarifies: &amp;#8220;I interpret this, in the context of Mårten&amp;#8217;s and Jonathan&amp;#8217;s announcements, that we will continue to support and make available commercial addons to the MySQL server from third party, like the &lt;a href=&quot;http://www.mysql.com/news-and-events/news/article_1180.html&quot;&gt;Infobright storage engine&lt;/a&gt;. Things that we develop ourselves at Sun, at least on the server, will continue to be open source.&amp;#8221;&lt;/p&gt;
&lt;p&gt;UPDATE - The phrase &amp;#8220;at least on the server&amp;#8221; is revealing, however. Matt Asay &lt;a href=&quot;http://www.cnet.com/8301-13505_1-9938580-16.html?part=rss&amp;#038;tag=feed&amp;#038;subj=TheOpenRoad&quot;&gt;points out&lt;/a&gt; that MySQL will continue to develop commercial add-ons above the server, which is the direction as I understand it, and - as I &lt;a href=&quot;http://blogs.the451group.com/opensource/2008/04/17/mysqls-business-model-in-a-state-of-flux&quot;&gt;noted&lt;/a&gt; two weeks ago - has been the direction for some time. - UPDATE&lt;/p&gt;
&lt;p&gt;While we&amp;#8217;re on the subject of MySQL (again) it&amp;#8217;s also worth taking a look at the &lt;a href=&quot;http://assets.en.oreilly.com/1/event/2/Future%20Design%20Hurdles%20to%20Tackle%20in%20the%20MySQL%20Server%20Presentation.pdf&quot;&gt;slides&lt;/a&gt; (PDF) from Monty Widenius&amp;#8217;s &amp;#8220;Future Design Hurdles to Tackle in the MySQL Server&amp;#8221; &lt;a href=&quot;http://en.oreilly.com/mysql2008/public/schedule/detail/520&quot;&gt;presentation&lt;/a&gt; at the recent MySQL Conference and Expo.&lt;/p&gt;
&lt;p&gt;The slides provide a fascinating insight into the technical challenges Sun and MySQL face in positioning MySQL for wider adoption, as well as evidence of the intention to be more open, both about the nature of the challenges and in accepting more contributions from outside the company.&lt;/p&gt;
&lt;p&gt;As slide 18 states, the fact that the MySQL community is not currently contributing to development means that the project is not benefiting from the experience of real-world users and that the user base is growing slowly.&lt;/p&gt;
&lt;p&gt;The suggested solution is to open up the development process to give outside developers commit and decision rights and to learn from how PostgreSQL is developed. I &lt;a href=&quot;http://blogs.the451group.com/opensource/2008/04/24/finding-the-right-balance-mysql%e2%80%99s-changing-development-model&quot;&gt;previously wrote&lt;/a&gt; that &amp;#8220;if MySQL does choose to develop closed source extensions to the GPL code it will probably have to find some way of balancing that with providing more value to the community.&amp;#8221; &lt;/p&gt;
&lt;p&gt;It would appear that the development of close source extensions is no longer an issue, but that providing more value to the user community remains a priority. Sun has gained a lot in acquiring MySQL, but one thing it hasn&amp;#8217;t gained is an understanding of building a wider developer community. In fact, MySQL has a lot to learn from Sun in that regard - both its &lt;a href=&quot;http://blogs.sun.com/jimgris/entry/building_opensolaris_communities&quot;&gt;successes&lt;/a&gt; and its &lt;a href=&quot;http://blogs.gnome.org/gman/2008/03/19/why-our-governance-doesnt-work/&quot;&gt;failures&lt;/a&gt;.&lt;/p&gt;
&lt;img src=&quot;http://feeds.the451group.com/~r/451opensource/~4/285283297&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
            
            <pubDate>Wed, 07 May 2008 05:12:18 -0700</pubDate>
        </item>
            
        <item>
            <title>Kaj Arnö’s blog</title>
            <link>http://swik.net/User:osdeinfo/del.icio.us%2Fosde.info/Kaj+Arn%C3%B6%E2%80%99s+blog/xbkv</link>
            <description></description>
            
            <pubDate>Sun, 11 Feb 2007 07:45:27 -0800</pubDate>
        </item>
                </channel>
</rss>
