<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: howa to optimise tUniqRow and tSortRow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/howa-to-optimise-tUniqRow-and-tSortRow/m-p/2342114#M110010</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Performance issue is usually caused by the DB connection or the job design, could you please upload some screenshots of your current job design?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Feb 2018 09:06:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-06T09:06:49Z</dc:date>
    <item>
      <title>howa to optimise tUniqRow and tSortRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/howa-to-optimise-tUniqRow-and-tSortRow/m-p/2342113#M110009</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Is it better to put tSortRow before tUniqRow or vice versa for the best perfermence? Or to use tAgrregateSortedRow instead of tUniqRow? if not how to optimize tUniqRow? knowing that I use "disk option", and how the work crash. I am working on a file of 3 million lines&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 15:27:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/howa-to-optimise-tUniqRow-and-tSortRow/m-p/2342113#M110009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-05T15:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: howa to optimise tUniqRow and tSortRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/howa-to-optimise-tUniqRow-and-tSortRow/m-p/2342114#M110010</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Performance issue is usually caused by the DB connection or the job design, could you please upload some screenshots of your current job design?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 09:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/howa-to-optimise-tUniqRow-and-tSortRow/m-p/2342114#M110010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-06T09:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: howa to optimise tUniqRow and tSortRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/howa-to-optimise-tUniqRow-and-tSortRow/m-p/2342115#M110011</link>
      <description>&lt;P&gt;Usually you would want to put a tSortRow before a tUnique row. It makes more sense logically to sort your data before finding the unique values, especially if you are using tAggregateSortedRow. In terms of using tAggregateSortedRow or tUniqRow, it would depend on what you are trying to do. tAggregateSortedRow is meant to find metrics based on values and calculations, while tUniqRow is more for finding duplicates.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 20:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/howa-to-optimise-tUniqRow-and-tSortRow/m-p/2342115#M110011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-06T20:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: howa to optimise tUniqRow and tSortRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/howa-to-optimise-tUniqRow-and-tSortRow/m-p/2342116#M110012</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;below the job schema ..... i used sorting on disk in tSortRow and the problem comes from tUniqRow&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tOracleInput&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt;tFileInputPosionnel ---- tMap&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tUnit --------------------------&amp;gt;tSortRow------------&amp;gt;tUniqRow------------------&amp;gt;tFileOutputPosinnel&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;BR /&gt;tOracleInput--------- tMap&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 08:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/howa-to-optimise-tUniqRow-and-tSortRow/m-p/2342116#M110012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-07T08:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: howa to optimise tUniqRow and tSortRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/howa-to-optimise-tUniqRow-and-tSortRow/m-p/2342117#M110013</link>
      <description>&lt;P&gt;If you are running into a Java Heap Space issue you could increase the JVM so you can process more records or you could also use the "Use of Disk" setting on the tUniqRow advanced settings as well. This will process the data with files, making it use less system memory to process data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 19:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/howa-to-optimise-tUniqRow-and-tSortRow/m-p/2342117#M110013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-12T19:31:45Z</dc:date>
    </item>
  </channel>
</rss>

