<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA["聚合组件属性选项卡下的 sorted input 有什么用途？" 主题的最后发表文章]]></title>
		<link>http://www.mydwbi.com/posts/list/3.page</link>
		<description><![CDATA[最后发表在 "聚合组件属性选项卡下的 sorted input 有什么用途？" 主题的信息]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>聚合组件属性选项卡下的 sorted input 有什么用途？</title>
				<description><![CDATA[ 聚合转换组件中的属性对话框中的[b]sorted input[/b]有什么用途！ 为什么我将它选中；我的日志文件里；报MASTER&gt; PETL_24012 Session run completed successfully.；但是目标表中没有数据。但是monitor 显示红色，表示错误。<br /> 是不是source qualifier中要重写sql 加上order by<br /> ]]></description>
				<guid isPermaLink="true">http://www.mydwbi.com/posts/preList/369/2070.page</guid>
				<link>http://www.mydwbi.com/posts/preList/369/2070.page</link>
				<pubDate><![CDATA[Fri, 19 Sep 2008 09:35:31]]> GMT</pubDate>
				<author><![CDATA[ randy_shandong]]></author>
			</item>
			<item>
				<title>回复:聚合组件属性选项卡下的 sorted input 有什么用途？</title>
				<description><![CDATA[ 在一般的聚合中, infa必须把所有的数据先读取到,然后分组"group by", 然后再做聚合计算.如果目标表很大, 那么这个读取所有数据的过程将可能成为整个流程的瓶颈. 用"sorted input" 选项后,infa认为数据源传来的数据都是根据"group by"的列分组排序好了的,所以他不需要将所有整个表全部读取进去后再做计算了.只要他找到一个新的分组,他就把当前的分组聚合计算了,并将结果传到下一组件, 让下一组件先跑起来. 这样能很大程度上提高性能.]]></description>
				<guid isPermaLink="true">http://www.mydwbi.com/posts/preList/369/2073.page</guid>
				<link>http://www.mydwbi.com/posts/preList/369/2073.page</link>
				<pubDate><![CDATA[Fri, 19 Sep 2008 20:13:41]]> GMT</pubDate>
				<author><![CDATA[ lynx286]]></author>
			</item>
	</channel>
</rss>
