<?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>Comments on: 如何创建Single Hash Cluster的表?</title>
	<atom:link href="http://www.anysql.net/oracle/how_to_create_hash_table.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.anysql.net/oracle/how_to_create_hash_table.html</link>
	<description>Oracle DBA,MySQL DBA, 数据恢复, 数据迁移, 报表软件, 性能优化, 系统监控</description>
	<lastBuildDate>Wed, 17 Mar 2010 15:20:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: iceinwater</title>
		<link>http://www.anysql.net/oracle/how_to_create_hash_table.html/comment-page-1#comment-868</link>
		<dc:creator>iceinwater</dc:creator>
		<pubDate>Tue, 04 Dec 2007 21:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/%e5%a6%82%e4%bd%95%e5%88%9b%e5%bb%basingle-hash-cluster%e7%9a%84%e8%a1%a8.html#comment-868</guid>
		<description>如果这个表需要进行频繁的变化呢？
有两种情况：
1.大记录量的更新和删除
2.大记录量的增加
会有影响吗？
比如，这个例子可能不恰当，比如我的日志表，每多一条记录，就有一个对应的log id，每次都是根据log id查询其他记录信息，如果关于这个log id建立cluster，合适吗？日志表在不断增加中的啊
</description>
		<content:encoded><![CDATA[<p>如果这个表需要进行频繁的变化呢？<br />
有两种情况：<br />
1.大记录量的更新和删除<br />
2.大记录量的增加<br />
会有影响吗？<br />
比如，这个例子可能不恰当，比如我的日志表，每多一条记录，就有一个对应的log id，每次都是根据log id查询其他记录信息，如果关于这个log id建立cluster，合适吗？日志表在不断增加中的啊</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anysql</title>
		<link>http://www.anysql.net/oracle/how_to_create_hash_table.html/comment-page-1#comment-867</link>
		<dc:creator>anysql</dc:creator>
		<pubDate>Fri, 27 Apr 2007 00:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/%e5%a6%82%e4%bd%95%e5%88%9b%e5%bb%basingle-hash-cluster%e7%9a%84%e8%a1%a8.html#comment-867</guid>
		<description>变化也是没事的, 只要记录不变长, 及不改变分布就可以, 将HASHKEYS设得比Blocks多一些的话, 应当可以使用.
</description>
		<content:encoded><![CDATA[<p>变化也是没事的, 只要记录不变长, 及不改变分布就可以, 将HASHKEYS设得比Blocks多一些的话, 应当可以使用.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wanghai</title>
		<link>http://www.anysql.net/oracle/how_to_create_hash_table.html/comment-page-1#comment-866</link>
		<dc:creator>wanghai</dc:creator>
		<pubDate>Thu, 26 Apr 2007 23:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/%e5%a6%82%e4%bd%95%e5%88%9b%e5%bb%basingle-hash-cluster%e7%9a%84%e8%a1%a8.html#comment-866</guid>
		<description>需要注意的是，如果hash cluster需要频繁变化的话效果就不会太好了，overflow会严重影响性能
</description>
		<content:encoded><![CDATA[<p>需要注意的是，如果hash cluster需要频繁变化的话效果就不会太好了，overflow会严重影响性能</p>
]]></content:encoded>
	</item>
</channel>
</rss>
