<?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>gjw_apparitor 博客 &#187; DB</title>
	<atom:link href="http://www.apparitor.info/category/db/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.apparitor.info</link>
	<description>孤独是一种态度</description>
	<lastBuildDate>Wed, 16 May 2012 07:36:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>InnoDB和MyISAM</title>
		<link>http://www.apparitor.info/2011/04/07/innodb%e5%92%8cmyisam/</link>
		<comments>http://www.apparitor.info/2011/04/07/innodb%e5%92%8cmyisam/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 08:39:13 +0000</pubDate>
		<dc:creator>gjw_apparitor</dc:creator>
				<category><![CDATA[DB]]></category>

		<guid isPermaLink="false">http://www.apparitor.info/?p=317</guid>
		<description><![CDATA[使用InnoDB： · 支持事务 · 需要做更多的配置，不过值得，可以更安全的存储数据，以及得到更快的速度。 使用MyISAM： · 记录日志（LJ用它来记网络访问日志） · 存储只读静态数据，足够快。 · 并发性很差，无法同时读写数据（添加数据可以） · MySQL非正常关闭或死机时会导致索引错误，需要使用myisamchk修复，而且 当访问量大时出现非常频繁。 原创文章，转载请注明： 转载自gjw_apparitor 博客 本文链接地址: InnoDB和MyISAM]]></description>
			<content:encoded><![CDATA[<p>使用InnoDB：<br />
· 支持事务<br />
· 需要做更多的配置，不过值得，可以更安全的存储数据，以及得到更快的速度。</p>
<p>使用MyISAM：<br />
· 记录日志（LJ用它来记网络访问日志）<br />
· 存储只读静态数据，足够快。<br />
· 并发性很差，无法同时读写数据（添加数据可以）<br />
· MySQL非正常关闭或死机时会导致索引错误，需要使用myisamchk修复，而且<br />
当访问量大时出现非常频繁。
<div style="margin-top: 15px; font-style: italic">
<p><strong>原创文章，转载请注明：</strong> 转载自<a href="http://www.apparitor.info/">gjw_apparitor 博客</a></p>
<p><strong>本文链接地址:</strong> <a href="http://www.apparitor.info/2011/04/07/innodb%e5%92%8cmyisam/">InnoDB和MyISAM</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.apparitor.info/2011/04/07/innodb%e5%92%8cmyisam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

