<?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>Kurinchi Blogger Scribbles ... &#187; BSD</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/bsd/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>MySQL &#8211; MyISAM, BSD, InnoDB Considerations</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/05/mysql-myisam-bsd-innodb-considerations.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/05/mysql-myisam-bsd-innodb-considerations.html#comments</comments>
		<pubDate>Fri, 15 May 2009 07:43:11 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[MySql]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[considering mysql table]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[MyISAM]]></category>
		<category><![CDATA[table lock]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=330</guid>
		<description><![CDATA[MySQL Table Types that are well known - MyISAM - InnoDB - BSD When making a choice amongst the different types of tables in MySQL, we need to consider the following points - Size of database based on the activity - Nature of database access / activity (whether it involves heavy reads / writes) - [...]]]></description>
			<content:encoded><![CDATA[<p><strong>MySQL Table Types that are well known</strong><br />
- MyISAM<br />
- InnoDB<br />
- BSD</p>
<p><em>When making a choice amongst the different types of tables in MySQL, we need to consider the following points</em></p>
<p>- Size of database based on the activity<br />
- Nature of database access / activity (whether it involves heavy reads / writes)<br />
- Database backup (schema, data)<br />
- Session handling<br />
- If it involves a sync to another database<br />
- What needs to be done if the application is to be scaled<br />
<span id="more-330"></span><br />
<strong>MyISAM</strong><br />
- Table level locking<br />
- Has full text indexing<br />
- Comparatively faster than InnoDB</p>
<p><strong>InnoDB</strong><br />
- Record level locking<br />
- Handles transactions<br />
- Reliability in handling the database function comes with a price &#8211; performance</p>
<p><strong>BDB</strong><br />
- Page level locking</p>
<p>To read about table locking issues, refer MySQL link <a href="http://dev.mysql.com/doc/refman/5.0/en/table-locking.html">http://dev.mysql.com/doc/refman/5.0/en/table-locking.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/05/mysql-myisam-bsd-innodb-considerations.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

