<?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>评论：图说：InnoDB之表空间</title>
	<atom:link href="http://www.orczhou.com/index.php/2009/08/image-innodb-tablespace/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.orczhou.com/index.php/2009/08/image-innodb-tablespace/</link>
	<description>一个故事@MySQL DBA</description>
	<lastBuildDate>Tue, 07 Sep 2010 05:59:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>来自：InnoDB之Dirty Page、Redo log - 林部落</title>
		<link>http://www.orczhou.com/index.php/2009/08/image-innodb-tablespace/comment-page-1/#comment-1029</link>
		<dc:creator>InnoDB之Dirty Page、Redo log - 林部落</dc:creator>
		<pubDate>Tue, 06 Jul 2010 06:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://orczhou.com/?p=575#comment-1029</guid>
		<description>[...] 当事务(Transaction)需要修改某条记录（row）时，InnoDB需要将该数据所在的page从disk读到buffer pool中，事务提交后，InnoDB修改page中的记录(row)。这时buffer pool中的page就已经和disk中的不一样了，我们称buffer pool中的page为dirty page。Dirty page等待flush到disk上。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 当事务(Transaction)需要修改某条记录（row）时，InnoDB需要将该数据所在的page从disk读到buffer pool中，事务提交后，InnoDB修改page中的记录(row)。这时buffer pool中的page就已经和disk中的不一样了，我们称buffer pool中的page为dirty page。Dirty page等待flush到disk上。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：InnoDB Tablespaces 表空间 - 林部落</title>
		<link>http://www.orczhou.com/index.php/2009/08/image-innodb-tablespace/comment-page-1/#comment-1028</link>
		<dc:creator>InnoDB Tablespaces 表空间 - 林部落</dc:creator>
		<pubDate>Tue, 06 Jul 2010 06:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://orczhou.com/?p=575#comment-1028</guid>
		<description>[...] from:http://www.orczhou.com/index.php/2009/08/image-innodb-tablespace/ 七月 6, 2010    :-)看完了想说点什么呢？ [...]</description>
		<content:encoded><![CDATA[<p>[...] from:http://www.orczhou.com/index.php/2009/08/image-innodb-tablespace/ 七月 6, 2010    <img src='http://www.orczhou.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> 看完了想说点什么呢？ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：InnoDB Plugin压缩特性 - 一个故事@MySQL DBA</title>
		<link>http://www.orczhou.com/index.php/2009/08/image-innodb-tablespace/comment-page-1/#comment-622</link>
		<dc:creator>InnoDB Plugin压缩特性 - 一个故事@MySQL DBA</dc:creator>
		<pubDate>Thu, 25 Mar 2010 13:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://orczhou.com/?p=575#comment-622</guid>
		<description>[...] 在InnoDB中，是以16K的页（Page）为基本的存储单位的。我们知道，InnoDB是的数据是在Clustered index中存储的，在Secondary index中仅存储对应数据的PK。Clustered index和Secondary index都是B-Tree结构的，所以对InnoDB数据页和索引页的压缩很大程度上就是对B-Tree节点页的压缩。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 在InnoDB中，是以16K的页（Page）为基本的存储单位的。我们知道，InnoDB是的数据是在Clustered index中存储的，在Secondary index中仅存储对应数据的PK。Clustered index和Secondary index都是B-Tree结构的，所以对InnoDB数据页和索引页的压缩很大程度上就是对B-Tree节点页的压缩。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Taobao DBA Team &#187; InnoDB之Dirty Page、Redo log</title>
		<link>http://www.orczhou.com/index.php/2009/08/image-innodb-tablespace/comment-page-1/#comment-565</link>
		<dc:creator>Taobao DBA Team &#187; InnoDB之Dirty Page、Redo log</dc:creator>
		<pubDate>Fri, 12 Mar 2010 04:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://orczhou.com/?p=575#comment-565</guid>
		<description>[...] 当事务(Transaction)需要修改某条记录（row）时，InnoDB需要将该数据所在的page从disk读到buffer pool中，事务提交后，InnoDB修改page中的记录(row)。这时buffer pool中的page就已经和disk中的不一样了，我们称buffer pool中的page为dirty page。Dirty page等待flush到disk上。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 当事务(Transaction)需要修改某条记录（row）时，InnoDB需要将该数据所在的page从disk读到buffer pool中，事务提交后，InnoDB修改page中的记录(row)。这时buffer pool中的page就已经和disk中的不一样了，我们称buffer pool中的page为dirty page。Dirty page等待flush到disk上。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：orczhou</title>
		<link>http://www.orczhou.com/index.php/2009/08/image-innodb-tablespace/comment-page-1/#comment-176</link>
		<dc:creator>orczhou</dc:creator>
		<pubDate>Mon, 14 Sep 2009 08:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://orczhou.com/?p=575#comment-176</guid>
		<description>3KS  弄错了  已经改过了</description>
		<content:encoded><![CDATA[<p>3KS  弄错了  已经改过了</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：玄月</title>
		<link>http://www.orczhou.com/index.php/2009/08/image-innodb-tablespace/comment-page-1/#comment-152</link>
		<dc:creator>玄月</dc:creator>
		<pubDate>Fri, 28 Aug 2009 09:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://orczhou.com/?p=575#comment-152</guid>
		<description>第一点说明中，是共享表空间。
独享表空间是要设置innodb_file_per_table=1</description>
		<content:encoded><![CDATA[<p>第一点说明中，是共享表空间。<br />
独享表空间是要设置innodb_file_per_table=1</p>
]]></content:encoded>
	</item>
</channel>
</rss>
