<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Scott Yang's Playground &#187; MySQL</title>
	<atom:link href="http://scott.yang.id.au/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://scott.yang.id.au</link>
	<description>Faith, Technology and Randomness in Life, According to Scott</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:01:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sun Bought MySQL AB for $1 Billion</title>
		<link>http://scott.yang.id.au/2008/01/sun-bought-mysql-ab-for-1-billion/</link>
		<comments>http://scott.yang.id.au/2008/01/sun-bought-mysql-ab-for-1-billion/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 23:30:11 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2008/01/sun-bought-mysql-ab-for-1-billion/</guid>
		<description><![CDATA[Big news today. Sun Microsystems acquired MySQL AB for around $1 Billion, in $800 million cash and $200 million options. Sun Microsystems, Inc. today announced it has entered into a definitive agreement to acquire MySQL AB, an open source icon and developer of one of the world&#8217;s fastest growing open source databases for approximately $1 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://scott.yang.id.au/file/images/sun-bought-mysql.jpg" width="200" height="133" alt="Sun bought MySQL" class="floaty" style="border:#ccc 1px solid;padding:3px;"/> Big news today. <a href="http://www.sun.com/aboutsun/pr/2008-01/sunflash.20080116.1.xml">Sun Microsystems acquired MySQL AB for around $1 Billion</a>, in $800 million cash and $200 million options.</p>
<blockquote><p>Sun Microsystems, Inc. today announced it has entered into a definitive agreement to acquire MySQL AB, an open source icon and developer of one of the world&#8217;s fastest growing open source databases for approximately $1 billion in total consideration. The acquisition accelerates Sun&#8217;s position in enterprise IT to now include the $15 billion database market. Today&#8217;s announcement reaffirms Sun&#8217;s position as the leading provider of platforms for the Web economy and its role as the largest commercial open source contributor.</p></blockquote>
<p>Well, One Billion Dollars is a lot of money, but this is an incredible buy consider how the market evaluates <a href="http://www.facebook.com/">this college social network</a> at 15 billion dollars. As Sun claimed to be the <b>dot</b> in the first dot com bubble, MySQL probably powers most of the Web 2.0 start ups in the current Web 2.0 bubble. Not to mention MySQL is available on almost all the web hosting packages, powering many ready-to-install open source applications. Sun has also been transforming itself into an open source company. We have OpenOffice.org, OpenSolaris and Java &#8212; and now MySQL! They just need to <em>somehow</em> acquire Apache (or lighty?) to have the entire web application stack under its umbrella.</p>
<p>From <a href="http://blogs.sun.com/jonathan/entry/winds_of_change_are_blowing">Jonathan Schwartz&#8217;s blog</a>, it is great to hear that Jim Starkey&#8217;s <a href="http://forge.mysql.com/wiki/Falcon">Falcon</a> is still on track, as it is probably the next stage weaponary against Oracle, who <a href="http://scott.yang.id.au/2005/10/oracle-bought-innobase-oy-for-what/">acquired InnoDB earlier on</a>. Interesting time ahead.</p>
<p>(By the way, the photo of Mårten Mickos and Jon Schwartz came from <a href="http://blogs.mysql.com/kaj/2008/01/16/sun-acquires-mysql/">this MySQL blog entry</a>.)</p>
<hr class="divider"/>
<p>Found <a href="http://developers.slashdot.org/comments.pl?sid=420098&amp;cid=22065460">this comment on Slashdot</a>:</p>
<blockquote>
<p><b>Why did they buy it?</b></p>
<p>Didn&#8217;t they know they could just download it and run without paying?</p>
</blockquote>
<p>Sure, it is intended to be a funny comment, but from <a href="http://www.techcrunch.com/2008/01/16/sun-picks-up-mysql-for-1-billion-open-source-is-a-legitimate-business-model/">commentaries from TechCrunch on this very event</a>, open source software as business model seems to be a foreign concept to many. Even funnier fact is, most TechCrunch readers actually regard free web services as viable business model.</p>
<p>Hmm.</p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2008/01/sun-bought-mysql-ab-for-1-billion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InnoDB vs. MyISAM vs. Falcon in MySQL</title>
		<link>http://scott.yang.id.au/2007/01/innodb-vs-myisam-vs-falcon-in-mysql/</link>
		<comments>http://scott.yang.id.au/2007/01/innodb-vs-myisam-vs-falcon-in-mysql/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 01:07:56 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2007/01/innodb-vs-myisam-vs-falcon-in-mysql/</guid>
		<description><![CDATA[MySQL Performance Blog &#8212; InnoDB vs MyISAM vs Falcon benchmarks. Great test and lots of figures and graphs. It highlights two things. (1) Falcon is far from being mature, Jim still got lots to do, but I guess that&#8217;s still pretty impressive after 11 months of work (2) MyISAM toasts InnoDB in read performance is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mysqlperformanceblog.com/2007/01/08/innodb-vs-myisam-vs-falcon-benchmarks-part-1/">MySQL Performance Blog &#8212; InnoDB vs MyISAM vs Falcon benchmarks</a>. Great test and lots of figures and graphs. It highlights two things. (1) <a href="http://forge.mysql.com/wiki/Falcon">Falcon</a> is far from being mature, Jim still got lots to do, but I guess that&#8217;s still pretty impressive <a href="http://scott.yang.id.au/2006/02/jim-starkey-left-firebird-for-mysql/">after 11 months of work</a> (2) MyISAM toasts InnoDB in read performance is a myth. InnoDB rules for now with low concurrency. Eagerly waiting for part II.</p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2007/01/innodb-vs-myisam-vs-falcon-in-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jim Starkey Left Firebird for MySQL</title>
		<link>http://scott.yang.id.au/2006/02/jim-starkey-left-firebird-for-mysql/</link>
		<comments>http://scott.yang.id.au/2006/02/jim-starkey-left-firebird-for-mysql/#comments</comments>
		<pubDate>Mon, 20 Feb 2006 11:30:53 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Firebird]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2006/02/jim-starkey-left-firebird-for-mysql/</guid>
		<description><![CDATA[There has been a series of acqusitions amongst database companies. Oracle bought InnoBase Oy and Sleepycat, two makers of transactional storage engine for MySQL. MySQL AB has then acquired Netfrastructure, a web aplication development framework. However, what MySQL AB actually acquired is not just the company + its software, but the main brain behind it. [...]]]></description>
			<content:encoded><![CDATA[<p>There has been a series of acqusitions amongst database companies. <a href="http://www.oracle.com/">Oracle</a> bought <a href="http://www.innodb.com/">InnoBase Oy</a> and <a href="http://www.sleepycat.com/">Sleepycat</a>, two makers of transactional storage engine for MySQL. <a href="http://www.mysql.com/">MySQL AB</a> has then acquired <a href="http://www.netfrastructure.com/">Netfrastructure</a>, a web aplication development framework. However, what MySQL AB actually acquired is not just the company + its software, but the main brain behind it. Firebird News <a href="http://www.firebirdnews.org/?p=128">reports</a> that Jim Starkey, the founder of Netfrastructure, who also happened to be the father of the once open-sourced <a href="http://www.borland.com/interbase/">Interbase</a>, has left his development on <a href="http://www.ibphoenix.com/main.nfs?a=ibphoenix&amp;s=1140433814:352641&amp;page=vul_development">Vulcan</a>, the next generation SMP-capable <a href="http://firebird.sourceforge.net/">Firebird</a>, to work full-time on another open source database engine.</p>
<p><em>That sucks</em>. Especially when you know that your project would greatly benefit from Vulcan which might integrate with the up-coming Firebird 3.0 &#8212; provided that Firebird 2.0 is out of door soon. Looks like there will be at least a year away from SMP-capable Firebird.</p>
<p>But all the best Jim! Though I don&#8217;t believe that there is no intersection between MySQL and Firebird&#8217;s target audiences (especially when MySQL is scaling up for features and Firebird is scaling down for embeded systems), I believe Jim&#8217;s work there will bring open source RDBMS to another level, competing with other commercial heavy weights.</p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2006/02/jim-starkey-left-firebird-for-mysql/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

