<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 50 things to know before migrating Oracle to MySQL</title>
	<atom:link href="http://www.xaprb.com/blog/2009/03/13/50-things-to-know-before-migrating-oracle-to-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2009/03/13/50-things-to-know-before-migrating-oracle-to-mysql/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:41:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Tony Tarone</title>
		<link>http://www.xaprb.com/blog/2009/03/13/50-things-to-know-before-migrating-oracle-to-mysql/#comment-19856</link>
		<dc:creator>Tony Tarone</dc:creator>
		<pubDate>Wed, 01 Feb 2012 03:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=911#comment-19856</guid>
		<description>The effective employment of any tool is a function of the job/problem at hand and the skill of the worker(s) employing said tool.  In the case of databases, I&#039;ve seen poorly implemented Oracle solutions and wonderfully implemented MySql solutions.  In general, it is management&#039;s responsibility to align the problem (or objectives), with the tool, and the skill of their staff.  

Right now my company is doing stuff on Oracle I couldn&#039;t even think about on MySQL.  Fairly large Enterprise workloads in ETL, OLTP, and some emerging OLAP databases.  Fortunately, I&#039;m driving good revenue and have a talented/dedicated DBA team to support it.  Basically, as my problem has evolved, so have the tools and people I use to keep pace.</description>
		<content:encoded><![CDATA[<p>The effective employment of any tool is a function of the job/problem at hand and the skill of the worker(s) employing said tool.  In the case of databases, I&#8217;ve seen poorly implemented Oracle solutions and wonderfully implemented MySql solutions.  In general, it is management&#8217;s responsibility to align the problem (or objectives), with the tool, and the skill of their staff.  </p>
<p>Right now my company is doing stuff on Oracle I couldn&#8217;t even think about on MySQL.  Fairly large Enterprise workloads in ETL, OLTP, and some emerging OLAP databases.  Fortunately, I&#8217;m driving good revenue and have a talented/dedicated DBA team to support it.  Basically, as my problem has evolved, so have the tools and people I use to keep pace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CKMate</title>
		<link>http://www.xaprb.com/blog/2009/03/13/50-things-to-know-before-migrating-oracle-to-mysql/#comment-19855</link>
		<dc:creator>CKMate</dc:creator>
		<pubDate>Tue, 31 Jan 2012 23:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=911#comment-19855</guid>
		<description>Since the original publishing of this summary in 2009, is there an updated version of the pros/cons of Migrating Oracle to MySQL?  Or, is this the most updated summary?</description>
		<content:encoded><![CDATA[<p>Since the original publishing of this summary in 2009, is there an updated version of the pros/cons of Migrating Oracle to MySQL?  Or, is this the most updated summary?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roselan</title>
		<link>http://www.xaprb.com/blog/2009/03/13/50-things-to-know-before-migrating-oracle-to-mysql/#comment-19613</link>
		<dc:creator>roselan</dc:creator>
		<pubDate>Tue, 13 Sep 2011 12:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=911#comment-19613</guid>
		<description>I worked with oracle for 10 years, and mysql for 2.

I&#039;m not a dba, but a developer. Oracle allows to put code and intelligence in the db, mysql does not. Oracle laughs at big ugly complex queries, while mysql shines at retrieving rows directly.

However, the cost of joins, the inability to use indexes inside views or functions, and the unexplainable (or very time-hungry-to-solve) losses of performance are quite hard to work with.

This changes my approach to programming. With mysql, performance is always a serious concern. With oracle, never.</description>
		<content:encoded><![CDATA[<p>I worked with oracle for 10 years, and mysql for 2.</p>
<p>I&#8217;m not a dba, but a developer. Oracle allows to put code and intelligence in the db, mysql does not. Oracle laughs at big ugly complex queries, while mysql shines at retrieving rows directly.</p>
<p>However, the cost of joins, the inability to use indexes inside views or functions, and the unexplainable (or very time-hungry-to-solve) losses of performance are quite hard to work with.</p>
<p>This changes my approach to programming. With mysql, performance is always a serious concern. With oracle, never.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bbb</title>
		<link>http://www.xaprb.com/blog/2009/03/13/50-things-to-know-before-migrating-oracle-to-mysql/#comment-19203</link>
		<dc:creator>bbb</dc:creator>
		<pubDate>Wed, 16 Mar 2011 14:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=911#comment-19203</guid>
		<description>Most points on the list are not usable for most practical usage!
What is DB? A storage! I don&#039;t need any other junks!
What is DBM? ?? + Manager! I don&#039;t need any other junks!
MySQL is enough for most practical situations!</description>
		<content:encoded><![CDATA[<p>Most points on the list are not usable for most practical usage!<br />
What is DB? A storage! I don&#8217;t need any other junks!<br />
What is DBM? ?? + Manager! I don&#8217;t need any other junks!<br />
MySQL is enough for most practical situations!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cédric</title>
		<link>http://www.xaprb.com/blog/2009/03/13/50-things-to-know-before-migrating-oracle-to-mysql/#comment-19198</link>
		<dc:creator>Cédric</dc:creator>
		<pubDate>Mon, 14 Mar 2011 10:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=911#comment-19198</guid>
		<description>Hello, you can find a french translation of this post here : http://www.mysqlplus.fr/2011/03/50-choses-a-savoir-avant-de-migrer-de-oracle-vers-mysql/

Thx
Cédric</description>
		<content:encoded><![CDATA[<p>Hello, you can find a french translation of this post here : <a href="http://www.mysqlplus.fr/2011/03/50-choses-a-savoir-avant-de-migrer-de-oracle-vers-mysql/" rel="nofollow">http://www.mysqlplus.fr/2011/03/50-choses-a-savoir-avant-de-migrer-de-oracle-vers-mysql/</a></p>
<p>Thx<br />
Cédric</p>
]]></content:encoded>
	</item>
</channel>
</rss>

