<?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>Oracle + Open Source</title>
	<atom:link href="http://oracleopensource.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracleopensource.com</link>
	<description>two worlds inexorably colliding</description>
	<lastBuildDate>Tue, 21 Dec 2010 13:07:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DBJ: Maatkit &amp; Tcpdumps for Query Analysis</title>
		<link>http://oracleopensource.com/2010/12/21/dbj-maatkit-tcpdumps-for-query-analysis/</link>
		<comments>http://oracleopensource.com/2010/12/21/dbj-maatkit-tcpdumps-for-query-analysis/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 13:07:24 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[open-source]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=165</guid>
		<description><![CDATA[MySQL has a great facility called the slow query log.  It allows you to filter out the most expensive requests against your database.  You may not have enabled it, however, and perhaps don&#8217;t want to restart your database.  In cases like these, a quicker way to capture queries is through tcpdumps of the port MySQL [...]]]></description>
			<content:encoded><![CDATA[<p>MySQL has a great facility called the slow query log.  It allows you to filter out the most expensive requests against your database.  You may not have enabled it, however, and perhaps don&#8217;t want to restart your database.  In cases like these, a quicker way to capture queries is through tcpdumps of the port MySQL runs on.</p>
<p>Maatkit&#8217;s mk-query-digest has a tcpdump mode which can magically analyze this traffic for you, and produce a spectacular report of your top resource intensive queries.  In this Database Journal article we give it a once over.</p>
<p><a href="http://www.databasejournal.com/features/mysql/article.php/3916226/article.htm">Database Journal &#8211; Troubleshooting MySQL with Maatkit &amp; Tcpdumps</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/12/21/dbj-maatkit-tcpdumps-for-query-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBJ &#8211; MySQL Hotbackups with Xtrabackup</title>
		<link>http://oracleopensource.com/2010/11/16/dbj-mysql-hotbackups-with-xtrabackup/</link>
		<comments>http://oracleopensource.com/2010/11/16/dbj-mysql-hotbackups-with-xtrabackup/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 13:00:28 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[backup]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[always on]]></category>
		<category><![CDATA[cold backup]]></category>
		<category><![CDATA[hot backup]]></category>
		<category><![CDATA[logical backup]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[percona]]></category>
		<category><![CDATA[xtrabackup]]></category>
		<category><![CDATA[xtradb]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=163</guid>
		<description><![CDATA[The open-source xtrabackup tool from Percona brings much needed hot backup functionality to MySQL deployments.  In this database journal article we discuss logical, cold, and hot backups, then explain how to use xtrabackup on your MyISAM, InnoDB, and XtraDB tables to create at-the-ready backups.  We then take you through the step-by-step process to restore them, [...]]]></description>
			<content:encoded><![CDATA[<p>The open-source xtrabackup tool from Percona brings much needed hot backup functionality to MySQL deployments.  In this database journal article we discuss logical, cold, and hot backups, then explain how to use xtrabackup on your MyISAM, InnoDB, and XtraDB tables to create at-the-ready backups.  We then take you through the step-by-step process to restore them, and even the process of point-in-time recovery too.</p>
<p><a href="http://www.databasejournal.com/features/mysql/article.php/3912176/article.htm">Database Journal &#8211; Hotbackups with Percona&#8217;s Xtrabackup</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/11/16/dbj-mysql-hotbackups-with-xtrabackup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBJ &#8211; MySQL Character Sets</title>
		<link>http://oracleopensource.com/2010/10/15/dbj-mysql-character-sets/</link>
		<comments>http://oracleopensource.com/2010/10/15/dbj-mysql-character-sets/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 17:00:39 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[databasejournal]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[character sets]]></category>
		<category><![CDATA[collation]]></category>
		<category><![CDATA[global settings]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[searching]]></category>
		<category><![CDATA[session settings]]></category>
		<category><![CDATA[sorting]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=159</guid>
		<description><![CDATA[In our latest article at Database Journal we talk about Character Sets in MySQL.  What are they?  How do they affect searching?  How do they affect data that is inserted or updated?  How can I set and control the for an application or globally in my database?  And what pre-tell is collation?  We answer all [...]]]></description>
			<content:encoded><![CDATA[<p>In our latest article at Database Journal we talk about Character Sets in MySQL.  What are they?  How do they affect searching?  How do they affect data that is inserted or updated?  How can I set and control the for an application or globally in my database?  And what pre-tell is collation?  We answer all these questions and more.</p>
<p><a href="http://www.databasejournal.com/features/mysql/article.php/3907456/article.htm">Database Journal &#8211; Understanding MySQL Character Sets </a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/10/15/dbj-mysql-character-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBJ: MySQL Benchmarking</title>
		<link>http://oracleopensource.com/2010/10/12/dbj-mysql-benchmarking/</link>
		<comments>http://oracleopensource.com/2010/10/12/dbj-mysql-benchmarking/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 17:00:58 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[databasejournal]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[mysqlslap]]></category>
		<category><![CDATA[sysbench]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=161</guid>
		<description><![CDATA[Benchmarking is liking running your system through it&#8217;s paces.  You don&#8217;t know how fast your software and hardware are until you&#8217;ve put some pressure on them.  Benchmarking tools allow you to do just that.  We use sysbench to look at the operating system and mysqlslap to run queries in the MySQL database.
Database Journal &#8211; MySQL [...]]]></description>
			<content:encoded><![CDATA[<p>Benchmarking is liking running your system through it&#8217;s paces.  You don&#8217;t know how fast your software and hardware are until you&#8217;ve put some pressure on them.  Benchmarking tools allow you to do just that.  We use sysbench to look at the operating system and mysqlslap to run queries in the MySQL database.</p>
<p><a href="http://www.databasejournal.com/features/mysql/article.php/3907091/article.htm">Database Journal &#8211; MySQL Server Benchmarking 101</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/10/12/dbj-mysql-benchmarking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBJ: Inside MySQL Binary Logs</title>
		<link>http://oracleopensource.com/2010/09/16/dbj-inside-mysql-binary-logs/</link>
		<comments>http://oracleopensource.com/2010/09/16/dbj-inside-mysql-binary-logs/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 13:00:53 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[databasejournal]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=157</guid>
		<description><![CDATA[MySQL&#8217;s binary logs are an important part of a properly functioning database.  They facility point-in-time recovery, and allow replication to operation.  We dig into these files, and look at what&#8217;s inside them, and how they work.
An Inside Look at the MySQL Binary Log Files
]]></description>
			<content:encoded><![CDATA[<p>MySQL&#8217;s binary logs are an important part of a properly functioning database.  They facility point-in-time recovery, and allow replication to operation.  We dig into these files, and look at what&#8217;s inside them, and how they work.</p>
<p><a href="http://www.databasejournal.com/features/article.php/3903646/article.htm">An Inside Look at the MySQL Binary Log Files</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/09/16/dbj-inside-mysql-binary-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBJ &#8211; Mult-master MySQL Improves Manageability</title>
		<link>http://oracleopensource.com/2010/07/20/dbj-mult-master-mysql-improves-manageability/</link>
		<comments>http://oracleopensource.com/2010/07/20/dbj-mult-master-mysql-improves-manageability/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 13:00:32 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[databasejournal]]></category>
		<category><![CDATA[high availability]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[deployments]]></category>
		<category><![CDATA[manageability]]></category>
		<category><![CDATA[multi-master mysql]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[uptime]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=155</guid>
		<description><![CDATA[Multi-master MySQL, with the MMM management software brings a whole host of new features, and manageability to your MySQL deployments.   Run backups, alter tables, perform upgrades all without slowing down your production users.
Read more at Database Journal &#8211; Using Multi-master MySQL To Get A Leg Up On Database Performance
]]></description>
			<content:encoded><![CDATA[<p>Multi-master MySQL, with the MMM management software brings a whole host of new features, and manageability to your MySQL deployments.   Run backups, alter tables, perform upgrades all without slowing down your production users.</p>
<p><a href="http://www.databasejournal.com/features/mysql/article.php/3892976/article.htm">Read more at Database Journal &#8211; Using Multi-master MySQL To Get A Leg Up On Database Performance</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/07/20/dbj-mult-master-mysql-improves-manageability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBJ: Introduction to Multi-Master MySQL</title>
		<link>http://oracleopensource.com/2010/07/09/dbj-introduction-to-multi-master-mysql/</link>
		<comments>http://oracleopensource.com/2010/07/09/dbj-introduction-to-multi-master-mysql/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 15:00:10 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[databasejournal]]></category>
		<category><![CDATA[high availability]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[MMM]]></category>
		<category><![CDATA[multi-master mysql]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=151</guid>
		<description><![CDATA[This month on Database Journal we talk about multi-master MySQL using circular replication to achieve high availability.
Read more at DatabaseJournal &#8211; Intro to Multi-Master MySQL
]]></description>
			<content:encoded><![CDATA[<p>This month on Database Journal we talk about multi-master MySQL using circular replication to achieve high availability.</p>
<p><a href="http://www.databasejournal.com/features/mysql/article.php/3891126/article.htm">Read more at DatabaseJournal &#8211; Intro to Multi-Master MySQL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/07/09/dbj-introduction-to-multi-master-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iHeavy Insights 69 &#8211; Fewer Moving Parts</title>
		<link>http://oracleopensource.com/2010/07/07/iheavy-insights-69-fewer-moving-parts/</link>
		<comments>http://oracleopensource.com/2010/07/07/iheavy-insights-69-fewer-moving-parts/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 13:00:57 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[consulting]]></category>
		<category><![CDATA[iheavyinsights]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[business decisions]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[fewer moving parts]]></category>
		<category><![CDATA[simplicity]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=153</guid>
		<description><![CDATA[In this month&#8217;s newsletter we talk about the advantages that come from simplicity in design.  This holds true for extreme sports like sky diving or rock climbing, as much as it holds for user interface designs on smartphones like the iphone, or internet infrastructure and operations.
Read More &#8211; Newsletter 69 &#8211; Fewer Moving Parts
]]></description>
			<content:encoded><![CDATA[<p>In this month&#8217;s newsletter we talk about the advantages that come from simplicity in design.  This holds true for extreme sports like sky diving or rock climbing, as much as it holds for user interface designs on smartphones like the iphone, or internet infrastructure and operations.</p>
<p><a href="http://www.iheavy.com/2010/07/06/iheavy-insights-69-fewer-moving-parts/?utm_source=iHeavy+Open+Insights&amp;utm_campaign=d759c50351-07_07_2010&amp;utm_medium=email">Read More &#8211; Newsletter 69 &#8211; Fewer Moving Parts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/07/07/iheavy-insights-69-fewer-moving-parts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBJ: More Maatkit</title>
		<link>http://oracleopensource.com/2010/06/15/dbj-more-maatkit/</link>
		<comments>http://oracleopensource.com/2010/06/15/dbj-more-maatkit/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 13:00:05 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[open-source]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=149</guid>
		<description><![CDATA[In this month&#8217;s article we discuss Maatkit again, following up on our previous article last month.  There are a whole host of backup and administrative tools including some to dump in parallel, search for tables, search for queries based on criteria and more.
Even More Maatkit at Database Journal 
]]></description>
			<content:encoded><![CDATA[<p>In this month&#8217;s article we discuss Maatkit again, following up on our previous article last month.  There are a whole host of backup and administrative tools including some to dump in parallel, search for tables, search for queries based on criteria and more.</p>
<p><a href="http://www.databasejournal.com/features/mysql/article.php/3886636/article.htm">Even More Maatkit at Database Journal </a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/06/15/dbj-more-maatkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBJ &#8211; Wonders of Maatkit for MySQL</title>
		<link>http://oracleopensource.com/2010/05/18/dbj-wonders-of-maatkit-for-mysql/</link>
		<comments>http://oracleopensource.com/2010/05/18/dbj-wonders-of-maatkit-for-mysql/#comments</comments>
		<pubDate>Tue, 18 May 2010 13:00:38 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[databasejournal]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dba]]></category>
		<category><![CDATA[maatkit]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=137</guid>
		<description><![CDATA[If you&#8217;re new to the MySQL DBA role, you&#8217;ll be excited to learn about the Maatkit toolset.  It provides a whole host of valuable functionality and fills many of the DBAs day-to-day needs.
DatabaseJournal &#8211; Wonders of Maatkit
]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re new to the MySQL DBA role, you&#8217;ll be excited to learn about the Maatkit toolset.  It provides a whole host of valuable functionality and fills many of the DBAs day-to-day needs.</p>
<p><a href="http://www.databasejournal.com/features/mysql/article.php/3882031/article.htm">DatabaseJournal &#8211; Wonders of Maatkit</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/05/18/dbj-wonders-of-maatkit-for-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iHeavy Insights 67 &#8211; Golden Rule In Business</title>
		<link>http://oracleopensource.com/2010/05/01/iheavy-insights-67-golden-rule-in-business/</link>
		<comments>http://oracleopensource.com/2010/05/01/iheavy-insights-67-golden-rule-in-business/#comments</comments>
		<pubDate>Sat, 01 May 2010 13:00:13 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[iheavyinsights]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[openinsights]]></category>
		<category><![CDATA[relationships]]></category>
		<category><![CDATA[reputation]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=147</guid>
		<description><![CDATA[If you&#8217;ve ever worked with someone who is more on the abrasive side, you probably know how unpleasant it can make business.  The truth is when it comes to the people you work with everyday, it&#8217;s important to be a great person to work with.  This doesn&#8217;t mean not speaking your mind, but it means [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever worked with someone who is more on the abrasive side, you probably know how unpleasant it can make business.  The truth is when it comes to the people you work with everyday, it&#8217;s important to be a great person to work with.  This doesn&#8217;t mean not speaking your mind, but it means doing so in a way that doesn&#8217;t step on toes.  A pleasure doing business with you &#8211; carries more weight than we might often think.</p>
<p><a href="http://www.iheavy.com/2010/04/29/iheavy-insights-67-golden-rule-in-business/">Newsletter 67 &#8211; Golden Rule In Business</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/05/01/iheavy-insights-67-golden-rule-in-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBJ &#8211; Exotic Storage Engines for MySQL</title>
		<link>http://oracleopensource.com/2010/04/08/dbj-exotic-storage-engines-for-mysql/</link>
		<comments>http://oracleopensource.com/2010/04/08/dbj-exotic-storage-engines-for-mysql/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 13:00:23 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[databasejournal]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[blackhole]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[pbxt]]></category>
		<category><![CDATA[storage engines]]></category>
		<category><![CDATA[xtradb]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=139</guid>
		<description><![CDATA[In our March DBJ article we talked about some of the storage engines to choose from with MySQL.  With it&#8217;s plugin storage engine architecture, you have a range of options.  In our April article we continue to discuss a further selection of storage engines, and what features they offer to the DBA and database architect.
Database [...]]]></description>
			<content:encoded><![CDATA[<p>In our March DBJ article we talked about some of the storage engines to choose from with MySQL.  With it&#8217;s plugin storage engine architecture, you have a range of options.  In our April article we continue to discuss a further selection of storage engines, and what features they offer to the DBA and database architect.</p>
<p><a href="http://www.databasejournal.com/features/mysql/article.php/3872511/MySQL-Exotic-Storage-Engines.htm">Database Journal &#8211; Exotic Storage Engines</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/04/08/dbj-exotic-storage-engines-for-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iHeavy Insights 66 &#8211; Needs &amp; Wants</title>
		<link>http://oracleopensource.com/2010/04/01/iheavy-insights-66-needs-wants/</link>
		<comments>http://oracleopensource.com/2010/04/01/iheavy-insights-66-needs-wants/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 13:00:24 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[iheavyinsights]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[openinsights]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[customers]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=144</guid>
		<description><![CDATA[Customers and consultants often have wildly different views of a business solution.  Consultants may see the devil in the details, how all the gears line up, and what each piece does.  The customer very clearly sees their business needs.  The trick is for the consultant to be able to translate needs to wants, and articulate [...]]]></description>
			<content:encoded><![CDATA[<p>Customers and consultants often have wildly different views of a business solution.  Consultants may see the devil in the details, how all the gears line up, and what each piece does.  The customer very clearly sees their business needs.  The trick is for the consultant to be able to translate needs to wants, and articulate that solution in a way that expresses the value to the business.  All that, and without getting tripped up on complex jargon, and too much technical detail.</p>
<p><a href="http://www.iheavy.com/2010/04/01/open-insights-66-needs-and-wants/">iHeavy Insights 66 &#8211; Needs and Wants</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/04/01/iheavy-insights-66-needs-wants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Surveying MySQL&#8217;s Popular Storage Engines</title>
		<link>http://oracleopensource.com/2010/03/11/surveying-mysqls-popular-storage-engines/</link>
		<comments>http://oracleopensource.com/2010/03/11/surveying-mysqls-popular-storage-engines/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 13:00:35 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[databasejournal]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[storage engines]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=133</guid>
		<description><![CDATA[In this month&#8217;s Database Journal piece we look at the spectrum of MySQL storage engines available, and examine what some of their strengths and weaknesses are.
View the article here:  Survey of MySQL Storage Engines
]]></description>
			<content:encoded><![CDATA[<p>In this month&#8217;s Database Journal piece we look at the spectrum of MySQL storage engines available, and examine what some of their strengths and weaknesses are.</p>
<p><a href="http://www.databasejournal.com/features/mysql/article.php/3867841/article.htm">View the article here:  Survey of MySQL Storage Engines</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/03/11/surveying-mysqls-popular-storage-engines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iHeavy Insights 65 &#8211; How Many Hats</title>
		<link>http://oracleopensource.com/2010/03/01/iheavy-insights-65-how-many-hats/</link>
		<comments>http://oracleopensource.com/2010/03/01/iheavy-insights-65-how-many-hats/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 13:00:42 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[open-source]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=141</guid>
		<description><![CDATA[What&#8217;s your strongest suit?  You may have heard the question before.  It&#8217;s a simple and seemingly innocuous question, however by labeling and simplifying our skillset, we subtly pigeonhole our expertise unnecessarily.   Perhaps a better question might be &#8220;How many hats can you wear?&#8221;, or &#8220;Are you a jack of all trades?&#8221;.
This month&#8217;s newsletter ponders this [...]]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s your strongest suit?  You may have heard the question before.  It&#8217;s a simple and seemingly innocuous question, however by labeling and simplifying our skillset, we subtly pigeonhole our expertise unnecessarily.   Perhaps a better question might be &#8220;How many hats can you wear?&#8221;, or &#8220;Are you a jack of all trades?&#8221;.</p>
<p>This month&#8217;s newsletter ponders this topic to present a different perspective on subject matter expertise.</p>
<p><a href="http://www.iheavy.com/2010/03/01/open-insights-65-how-many-hats/">iHeavy Insights 65 &#8211; How Many Hats?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/03/01/iheavy-insights-65-how-many-hats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

