<?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: OR引起的Join性能问题</title>
	<atom:link href="http://www.anysql.net/dba/hash_join_or_condition.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.anysql.net/dba/hash_join_or_condition.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: anysql</title>
		<link>http://www.anysql.net/dba/hash_join_or_condition.html/comment-page-1#comment-1566</link>
		<dc:creator>anysql</dc:creator>
		<pubDate>Wed, 19 Mar 2008 20:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/or%e5%bc%95%e8%b5%b7%e7%9a%84join%e6%80%a7%e8%83%bd%e9%97%ae%e9%a2%98.html#comment-1566</guid>
		<description>我也不知道，如果不知道最后的结果，能不能从Access &amp; Filter这儿看出问题.
2 - access(&quot;A&quot;.&quot;SITE_ID&quot;=&quot;B&quot;.&quot;SITE_ID&quot;)
filter(&quot;A&quot;.&quot;CATEGORY&quot;=&quot;B&quot;.&quot;FROM_CAT&quot; OR  &quot;A&quot;.&quot;CATEGORY2&quot;=&quot;B&quot;.&quot;FROM_CAT&quot;)
4 - filter(&quot;A&quot;.&quot;SALE_END&quot;&gt;=SYSDATE@!)
</description>
		<content:encoded><![CDATA[<p>我也不知道，如果不知道最后的结果，能不能从Access &#038; Filter这儿看出问题.<br />
2 &#8211; access(&#8220;A&#8221;.&#8221;SITE_ID&#8221;=&#8221;B&#8221;.&#8221;SITE_ID&#8221;)<br />
filter(&#8220;A&#8221;.&#8221;CATEGORY&#8221;=&#8221;B&#8221;.&#8221;FROM_CAT&#8221; OR  &#8220;A&#8221;.&#8221;CATEGORY2&#8243;=&#8221;B&#8221;.&#8221;FROM_CAT&#8221;)<br />
4 &#8211; filter(&#8220;A&#8221;.&#8221;SALE_END&#8221;>=SYSDATE@!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yxyup</title>
		<link>http://www.anysql.net/dba/hash_join_or_condition.html/comment-page-1#comment-1565</link>
		<dc:creator>yxyup</dc:creator>
		<pubDate>Mon, 17 Mar 2008 01:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/or%e5%bc%95%e8%b5%b7%e7%9a%84join%e6%80%a7%e8%83%bd%e9%97%ae%e9%a2%98.html#comment-1565</guid>
		<description>to boypoo
不会的。
如果不加上AND M.ID1 &gt; M.ID2会造成逻辑错误的,当S.TYPE_ID,S.ID,M.TYPE_ID,M.ID1,M.ID2都相同的，刚会找出相同的记录
</description>
		<content:encoded><![CDATA[<p>to boypoo<br />
不会的。<br />
如果不加上AND M.ID1 > M.ID2会造成逻辑错误的,当S.TYPE_ID,S.ID,M.TYPE_ID,M.ID1,M.ID2都相同的，刚会找出相同的记录</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boypoo</title>
		<link>http://www.anysql.net/dba/hash_join_or_condition.html/comment-page-1#comment-1564</link>
		<dc:creator>boypoo</dc:creator>
		<pubDate>Sat, 15 Mar 2008 18:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.anysql.net/wordpress/uncategorized/or%e5%bc%95%e8%b5%b7%e7%9a%84join%e6%80%a7%e8%83%bd%e9%97%ae%e9%a2%98.html#comment-1564</guid>
		<description>AND S.ID = M.ID2 AND M.ID1 &lt;&gt; M.ID2 ，最后一个and条件加入会不会造成语义改变?
</description>
		<content:encoded><![CDATA[<p>AND S.ID = M.ID2 AND M.ID1 &lt;&gt; M.ID2 ，最后一个and条件加入会不会造成语义改变?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
