
<?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>
	《intra blcok chain》的评论	</title>
	<atom:link href="http://www.killdb.com/2013/06/19/intra-blcok-chain/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.killdb.com/2013/06/19/intra-blcok-chain/</link>
	<description>Phone:18180207355 提供专业Oracle/MySQL/PostgreSQL数据恢复、性能优化、迁移升级、紧急救援等服务</description>
	<lastBuildDate>Wed, 15 Jan 2014 13:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.18</generator>
			<item>
				<title>
				作者：xccheese				</title>
				<link>http://www.killdb.com/2013/06/19/intra-blcok-chain/#comment-1388</link>
		<dc:creator><![CDATA[xccheese]]></dc:creator>
		<pubDate>Wed, 15 Jan 2014 13:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.killdb.com/?p=1993#comment-1388</guid>
					<description><![CDATA[博主没有理解错，是这样的，因为oracle在写数据的时候是从底部往上写的，所以读数据的时候会先读取下面的。 但是说消耗的IO一样我不太赞同。]]></description>
		<content:encoded><![CDATA[<p>博主没有理解错，是这样的，因为oracle在写数据的时候是从底部往上写的，所以读数据的时候会先读取下面的。 但是说消耗的IO一样我不太赞同。</p>
]]></content:encoded>
						</item>
						<item>
				<title>
				作者：oracledba				</title>
				<link>http://www.killdb.com/2013/06/19/intra-blcok-chain/#comment-1331</link>
		<dc:creator><![CDATA[oracledba]]></dc:creator>
		<pubDate>Fri, 21 Jun 2013 10:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.killdb.com/?p=1993#comment-1331</guid>
					<description><![CDATA[针对block内的啊]]></description>
		<content:encoded><![CDATA[<p>针对block内的啊</p>
]]></content:encoded>
						</item>
						<item>
				<title>
				作者：Lunar				</title>
				<link>http://www.killdb.com/2013/06/19/intra-blcok-chain/#comment-1330</link>
		<dc:creator><![CDATA[Lunar]]></dc:creator>
		<pubDate>Fri, 21 Jun 2013 08:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.killdb.com/?p=1993#comment-1330</guid>
					<description><![CDATA[roger,我也觉得你理解有问题。Oracle每次读一个block（非Exadata的系统），因此，是否会消耗额外的IO，需要看是否读取了多余的块，你这样构造的数据，读取的时候，IO没有太大改变，但是生产的数据，可能是读取了多余的block…………]]></description>
		<content:encoded><![CDATA[<p>roger,我也觉得你理解有问题。Oracle每次读一个block（非Exadata的系统），因此，是否会消耗额外的IO，需要看是否读取了多余的块，你这样构造的数据，读取的时候，IO没有太大改变，但是生产的数据，可能是读取了多余的block…………</p>
]]></content:encoded>
						</item>
						<item>
				<title>
				作者：oracledba				</title>
				<link>http://www.killdb.com/2013/06/19/intra-blcok-chain/#comment-1329</link>
		<dc:creator><![CDATA[oracledba]]></dc:creator>
		<pubDate>Thu, 20 Jun 2013 16:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.killdb.com/?p=1993#comment-1329</guid>
					<description><![CDATA[我的理解没有问题。  nrid表是next row piece。前面的row 0从dump来看是row piece 1. 下面的row 1对应row piece 2.  但是实际上oracle读取的数据是先读下面row 1. 这个从前面的bbed dump看出来。 其实row 1的数据是在前面的。 从结构上来讲，row 0是第2个row piece。]]></description>
		<content:encoded><![CDATA[<p>我的理解没有问题。  nrid表是next row piece。前面的row 0从dump来看是row piece 1. 下面的row 1对应row piece 2.  但是实际上oracle读取的数据是先读下面row 1. 这个从前面的bbed dump看出来。 其实row 1的数据是在前面的。 从结构上来讲，row 0是第2个row piece。</p>
]]></content:encoded>
						</item>
						<item>
				<title>
				作者：Travel				</title>
				<link>http://www.killdb.com/2013/06/19/intra-blcok-chain/#comment-1328</link>
		<dc:creator><![CDATA[Travel]]></dc:creator>
		<pubDate>Thu, 20 Jun 2013 01:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.killdb.com/?p=1993#comment-1328</guid>
					<description><![CDATA[roger，感觉你理解错误了

H: Head of row piece
K:Cluster key
C:Cluster table member
D:Deleted row
F:First data piece,
L:Last data piece
P:First column continues from previous row
N:Last column continues


#define KDRHFK 0×80  Cluster Key
#define KDRHFC 0×40  Clustered table member
#define KDRHFH 0×20  Head piece of row
#define KDRHFD 0×10  Deleted row
#define KDRHFF 0×08  First data piece&#124;
#define KDRHFL 0×04  Last data piece
#define KDRHFP 0×02  First column continues from Previous piece
#define KDRHFN 0×01  Last column continues in Next piece]]></description>
		<content:encoded><![CDATA[<p>roger，感觉你理解错误了</p>
<p>H: Head of row piece<br />
K:Cluster key<br />
C:Cluster table member<br />
D:Deleted row<br />
F:First data piece,<br />
L:Last data piece<br />
P:First column continues from previous row<br />
N:Last column continues</p>
<p>#define KDRHFK 0×80  Cluster Key<br />
#define KDRHFC 0×40  Clustered table member<br />
#define KDRHFH 0×20  Head piece of row<br />
#define KDRHFD 0×10  Deleted row<br />
#define KDRHFF 0×08  First data piece|<br />
#define KDRHFL 0×04  Last data piece<br />
#define KDRHFP 0×02  First column continues from Previous piece<br />
#define KDRHFN 0×01  Last column continues in Next piece</p>
]]></content:encoded>
						</item>
						<item>
				<title>
				作者：SUNNY				</title>
				<link>http://www.killdb.com/2013/06/19/intra-blcok-chain/#comment-1327</link>
		<dc:creator><![CDATA[SUNNY]]></dc:creator>
		<pubDate>Thu, 20 Jun 2013 00:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.killdb.com/?p=1993#comment-1327</guid>
					<description><![CDATA[你DUMP BLOCK的命令是什么啊?]]></description>
		<content:encoded><![CDATA[<p>你DUMP BLOCK的命令是什么啊?</p>
]]></content:encoded>
						</item>
			</channel>
</rss>
